Name | Description |
AddMember | Method that adds a member to the baseline set and returns a LinearGeneralDimension object. If an existing LinearGeneralDimension is input into the method, the same object is returned. |
ArrangeText | Method that automatically arranges the text of all members. |
Delete | Method that deletes the BaselineDimensionSet. |
DetachMember | Method that detaches the member from the set. The member is not deleted, it is merely converted into a vanilla linear general dimension. |
GetReferenceKey | Method that generates and returns the reference key for this entity. |
Name | Description |
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. |
DimensionType | Property that returns the dimension type of the baseline set. Possible values are kAlignedDimensionType, kHorizontalDimensionType and kVerticalDimensionType. |
Layer | |
Members | Property that returns all the member LinearGeneralDimension objects. |
Origin | |
Parent | Property that returns the parent sheet of the object. |
Precision | |
Style | |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Name | Description |
Baseline dimension sets | This sample demonstrates the creation of a baseline set dimension in a drawing. |