DraftingCurveInfo Class¶
-
class
NXOpen.Drawings.DraftingCurveInfo¶ Bases:
NXOpen.TransientObjectRepresents Drafting Curve Info
New in version NX10.0.0.
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetParents | Returns the parents for input drafting curve |
Enumerations¶
| DraftingCurveInfoDraftingCurveType Enumeration | Specifies the drafting curve types |
Property Detail¶
CurveType¶
-
DraftingCurveInfo.CurveType¶ Returns the drafting curve type
-------------------------------------Getter Method
Signature
CurveTypeReturns: Curve Type Return type: NXOpen.Drawings.DraftingCurveInfoDraftingCurveTypeNew in version NX10.0.0.
License requirements: None.
Method Detail¶
Dispose¶
-
DraftingCurveInfo.Dispose¶ Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Signature
Dispose()New in version NX10.0.0.
License requirements: None.
GetParents¶
-
DraftingCurveInfo.GetParents¶ Returns the parents for input drafting curve
Signature
GetParents()Returns: List of parents Return type: list of NXOpen.NXObjectNew in version NX10.0.0.
License requirements: None.