DraftingCurveInfo Class

class NXOpen.Drawings.DraftingCurveInfo

Bases: NXOpen.TransientObject

Represents Drafting Curve Info

New in version NX10.0.0.

Properties

Property Description
CurveType Returns the drafting curve type

Methods

Method Description
Dispose Frees the object from memory.
GetParents Returns the parents for input drafting curve @return List of parents

Enumerations

DraftingCurveInfoDraftingCurveType Enumeration Specifies the drafting curve types

Property Detail

CurveType

DraftingCurveInfo.CurveType

Returns the drafting curve type

-------------------------------------

Getter Method

Signature CurveType()

Returns:Curve Type
Return type:NXOpen.Drawings.DraftingCurveInfoDraftingCurveType

New 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.NXObject

New in version NX10.0.0.

License requirements: None.