AddReusableFeatureCollectionInputData_Struct Struct

NXOpen.Tooling.AddReusableFeatureCollection.InputData is an alias for NXOpen.Tooling.AddReusableFeatureCollectionInputData_Struct

class NXOpen.Tooling.AddReusableFeatureCollectionInputData_Struct

Bases: object

Defines the input data of AddReusableFeatureBuilder

Fields

Field Description
KrxFile KRX file of reusable feature template
LibName Library name of reusable feature template
LibPath Library path of reusable feature template
Entity Placement entity in create mode
Position Cursor position in create mode
Feature Reusable feature in edit mode

KrxFile

AddReusableFeatureCollectionInputData_Struct.KrxFile

KRX file of reusable feature template -------------------------------------

Getter Method Signature KrxFile()

Returns:
Return type:str

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

Setter Method

Signature KrxFile(value)

Parameters:value (str) –

LibName

AddReusableFeatureCollectionInputData_Struct.LibName

Library name of reusable feature template -------------------------------------

Getter Method Signature LibName()

Returns:
Return type:str

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

Setter Method

Signature LibName(value)

Parameters:value (str) –

LibPath

AddReusableFeatureCollectionInputData_Struct.LibPath

Library path of reusable feature template -------------------------------------

Getter Method Signature LibPath()

Returns:
Return type:str

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

Setter Method

Signature LibPath(value)

Parameters:value (str) –

Entity

AddReusableFeatureCollectionInputData_Struct.Entity

Placement entity in create mode -------------------------------------

Getter Method Signature Entity()

Returns:
Return type:NXOpen.NXObject

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

Setter Method

Signature Entity(value)

Parameters:value (NXOpen.NXObject) –

Position

AddReusableFeatureCollectionInputData_Struct.Position

Cursor position in create mode -------------------------------------

Getter Method Signature Position()

Returns:
Return type:NXOpen.Point3d

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

Setter Method

Signature Position(value)

Parameters:value (NXOpen.Point3d) –

Feature

AddReusableFeatureCollectionInputData_Struct.Feature

Reusable feature in edit mode -------------------------------------

Getter Method Signature Feature()

Returns:
Return type:NXOpen.Features.Feature

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

Setter Method

Signature Feature(value)

Parameters:value (NXOpen.Features.Feature) –