SectionData Class

class NXOpen.SectionData

Bases: NXOpen.TransientObject

Represents section data

New in version NX3.0.0.

Methods

Method Description
Dispose Free resources associated with the instance.
GetEndConnector Gets end connector if any.
GetRules Return the selection intent rules
GetSectionElementsData Gets the section elements.
GetStartConnector Gets start connector if any.

Method Detail

Dispose

SectionData.Dispose

Free resources associated with the instance.

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 NX3.0.0.

License requirements: None.

GetEndConnector

SectionData.GetEndConnector

Gets end connector if any.

It can be point, curve or edge

Signature GetEndConnector()

Returns:
Return type:NXOpen.NXObject

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)

GetRules

SectionData.GetRules

Return the selection intent rules

See documentation for NXOpen.SelectionIntentRule for more details.

Signature GetRules()

Returns:Selection intent rules.
Return type:list of NXOpen.SelectionIntentRule

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)

GetSectionElementsData

SectionData.GetSectionElementsData

Gets the section elements.

See documentation for NXOpen.SectionElementData for more details.

Signature GetSectionElementsData()

Returns:Section elements
Return type:list of NXOpen.SectionElementData

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)

GetStartConnector

SectionData.GetStartConnector

Gets start connector if any.

It can be point, curve or edge

Signature GetStartConnector()

Returns:
Return type:NXOpen.NXObject

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)