Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
Area |
Double property that returns the area of the entity in square centimeters. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
CenterSketchPoint |
Property that gets the sketch point that defines the position of the center of the ellipse. |
Constraints |
Property that returns a collection of sketch constraints that are tied directly to this entity. This collection consists of both geometric and dimension constraints. |
ConstraintStatus |
Read-only property that returns the constraint status of the sketch. Possible return values are kFullyConstrainedConstraintStatus, kOverConstrainedConstraintStatus, kUnderConstrainedConstraintStatus, and kUnknownConstraintStatus. |
Construction |
|
ContainingSketchBlock |
Property that returns the sketch block that contains this object. This is the same SketchBlock returned as the last item in the SketchBlockPath property. This property returns Nothing if this object does not belong to a sketch block and lives directly under a sketch. |
CurvatureDisplay |
|
DisabledActionTypes |
|
Geometry |
Property that returns an EllipseFull2d geometry object. The object returned represents a snapshot view of the current state of the sketch ellipse. |
Geometry3d |
Read-only property that returns ellipse geometry that represents this ellipse in model space. |
HasReferenceComponent |
Property that specifies if the object was created as the result of a derived part. |
Layer |
|
Length |
Gets the length of the ellipse. |
LineDefinitionSpace |
|
LineScale |
|
LineType |
|
LineWeight |
|
MajorAxisVector |
|
MajorRadius |
|
MinorRadius |
|
OverrideColor |
|
OwnedBy |
Indicates entity or entities that own this object. |
Parent |
Property that returns the parent sketch of the entity. |
RangeBox |
Property that returns a Box2D object which contains the lower-left and upper-right corners of a rectangle that is guaranteed to enclose this object. |
Reference |
|
ReferenceComponent |
Property that returns the ReferenceComponent that resulted in the creation of this feature. |
ReferencedEntity |
Property that returns the object this entity is dependent on. When sketch entities are created by projecting model edges or intersecting the model, the resulting entities are driven by the original model entities and cannot be modified. |
SketchBlockPath |
Property that returns the path of sketch blocks at the leaf of which this sketch object is found. The enumerator returns a count of 0 if the object lives directly under a sketch. |
SketchOnly |
|
Type |
Returns an ObjectTypeEnum indicating this object's type. |