FlatPatternObjectDataCsys_Struct Struct

NXOpen.Features.FlatPattern.ObjectDataCsys is an alias for NXOpen.Features.FlatPatternObjectDataCsys_Struct

class NXOpen.Features.FlatPatternObjectDataCsys_Struct

Bases: object

Structure used to return data about objects in the flat pattern.

This structure is for points whose associativities are CSYS and Datum CSYS objects.

Fields

Field Description
FlatPatternObject Point in the flat pattern
FlatSolidObject Corresponding CSYS on the flat solid
FormedBodyObject Corresponding datum CSYS on the formed body

FlatPatternObject

FlatPatternObjectDataCsys_Struct.FlatPatternObject

Point in the flat pattern -------------------------------------

Getter Method Signature FlatPatternObject()

Returns:
Return type:NXOpen.Point

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

Setter Method

Signature FlatPatternObject(value)

Parameters:value (NXOpen.Point) –

FlatSolidObject

FlatPatternObjectDataCsys_Struct.FlatSolidObject

Corresponding CSYS on the flat solid -------------------------------------

Getter Method Signature FlatSolidObject()

Returns:
Return type:NXOpen.CartesianCoordinateSystem

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

Setter Method

Signature FlatSolidObject(value)

Parameters:value (NXOpen.CartesianCoordinateSystem) –

FormedBodyObject

FlatPatternObjectDataCsys_Struct.FormedBodyObject

Corresponding datum CSYS on the formed body -------------------------------------

Getter Method Signature FormedBodyObject()

Returns:
Return type:NXOpen.Features.DatumCsys

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

Setter Method

Signature FormedBodyObject(value)

Parameters:value (NXOpen.Features.DatumCsys) –