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 .

Constructor: NXOpen.Tooling.AddReusableFeatureCollection.InputData()

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 -------------------------------------

Field Value Type:str

LibName

AddReusableFeatureCollectionInputData_Struct.LibName

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

Field Value Type:str

LibPath

AddReusableFeatureCollectionInputData_Struct.LibPath

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

Field Value Type:str

Entity

AddReusableFeatureCollectionInputData_Struct.Entity

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

Field Value Type:NXOpen.NXObject

Position

AddReusableFeatureCollectionInputData_Struct.Position

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

Field Value Type:NXOpen.Point3d

Feature

AddReusableFeatureCollectionInputData_Struct.Feature

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

Field Value Type:NXOpen.Features.Feature