FlatPatternObjectDataGeneral_Struct Struct

NXOpen.Features.FlatPattern.ObjectDataGeneral is an alias for NXOpen.Features.FlatPatternObjectDataGeneral_Struct

class NXOpen.Features.FlatPatternObjectDataGeneral_Struct

Bases: object

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

This structure is for points whose associativities are not covered by the other types, which are returned as tagged objects. Used for the added geometry objects.

Fields

Field Description
FlatPatternObject Object in the flat pattern
FlatSolidObject Corresponding object on the flat solid
FormedBodyObject Corresponding object on the formed body

FlatPatternObject

FlatPatternObjectDataGeneral_Struct.FlatPatternObject

Object in the flat pattern -------------------------------------

Getter Method Signature FlatPatternObject()

Returns:
Return type:NXOpen.TaggedObject

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

Setter Method

Signature FlatPatternObject(value)

Parameters:value (NXOpen.TaggedObject) –

FlatSolidObject

FlatPatternObjectDataGeneral_Struct.FlatSolidObject

Corresponding object on the flat solid -------------------------------------

Getter Method Signature FlatSolidObject()

Returns:
Return type:NXOpen.TaggedObject

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

Setter Method

Signature FlatSolidObject(value)

Parameters:value (NXOpen.TaggedObject) –

FormedBodyObject

FlatPatternObjectDataGeneral_Struct.FormedBodyObject

Corresponding object on the formed body -------------------------------------

Getter Method Signature FormedBodyObject()

Returns:
Return type:NXOpen.TaggedObject

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

Setter Method

Signature FormedBodyObject(value)

Parameters:value (NXOpen.TaggedObject) –