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. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
ChildBlocks |
Property that returns an enumerator of SketchBlocks objects found directly under this sketch block. |
Color |
Gets and sets the color for the sketch block. Setting the property to Nothing restores the sketch block to the default color. |
ConstraintStatus |
Property that returns the constraint status of the sketch block. Possible return values are kFullyConstrainedConstraintStatus, kOverConstrainedConstraintStatus, kUnderConstrainedConstraintStatus and kUnknownConstraintStatus. |
ContainingOccurrence |
Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence. |
ContainingSketchBlock |
Property that returns the sketch block that in turn contains this sketch block. This is the same SketchBlock returned as the last item in the SketchBlockPath property. This property \returns Nothing if this sketch block does not belong to another sketch block and lives directly under a sketch. |
Definition |
Property that returns the referenced sketch block definition. |
Exported |
Read-write property that gets and sets whether the object is exported. Objects must be marked for export in order for them to be derived. |
Flexible |
Gets and sets whether this sketch block is flexible. |
HasReferenceComponent |
Property that specifies if the object was created as the result of a derived part. |
LineType |
Gets and sets the line type override for the sketch block. |
LineWeight |
Gets and sets the line weight override for the sketch block. |
Name |
Gets and sets name of the sketch block. |
NativeObject |
Gets the object in the context of the definition instead of the containing assembly. |
Parent |
Property that returns the parent sketch of the object. |
Position |
Gets and sets the position of the sketch block. |
ReferenceComponent |
Property that returns the ReferenceComponent that resulted in the creation of this feature. |
ReferencedEntity |
Property that returns the referenced sketch block, if there is one. Else, the property returns Nothing. |
SketchBlockPath |
Property that returns the path of sketch blocks at the leaf of which this sketch block is found. The enumerator returns a count of 0 if the block lives directly under a sketch. The path does not include this sketch block itself. |
Transformation |
Gets and sets the transformation matrix for the sketch block. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Visible |
Gets and sets whether this sketch block is visible. |