DynamicCurbBuilder Class

class NXOpen.Features.VehicleDesign.DynamicCurbBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.VehicleDesign.DynamicCurb builder

To create a new instance of this class, use NXOpen.Features.VehicleDesignCollection.CreateDynamicCurbBuilder()

Default values.

Property Value
InnerLineType Horizontal
Position Front
RequirementsControl StandardDriven
ShowClearance 0
Visualization Surface
WheelSize StaticRadius

New in version NX8.5.0.

Properties

Property Description
FrontInnerLength Returns the expression defining the length of the inner line in front for dynamic curb.
FrontInnerOffset Returns the expression defining the value of inner offset in front for dynamic curb.
FrontOuterOffset Returns the expression defining the value of outer offset in front for dynamic curb.
FrontSelector Returns the faces representing the front car body geometry for the measurement.
InnerLineType Returns or sets the inner line type for dynamic curb.
Loading Returns or sets the loading used in the dynamic curb.
ParentFeatureInternal Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal
PatchSolutionFlag Returns or sets the patch solution flag
PatchSurfaceFilename Returns or sets the patch surface filename
Position Returns or sets the dynamic curb position.
RearInnerLength Returns the expression defining the length of the inner line in rear for dynamic curb.
RearInnerOffset Returns the expression defining the value of inner offset in rear for dynamic curb.
RearOuterOffset Returns the expression defining the value of outer offset in rear for dynamic curb.
RearSelector Returns the faces representing the rear car body geometry for the measurement.
RequirementsControl Returns or sets the requirements control for standard driven or user defined.
ShowClearance Returns or sets the indication if the distance measurement will be shown.
Standard Returns or sets the standard used to define the dynamic curb.
SurroundingPatchSurfaceFilename Returns or sets the surrounding patch surface filename
Tag Returns the Tag for this object.
Visualization Returns or sets the visualization type of the dynamic curb output.
WheelSize Returns or sets the wheel size option which determines the size of the wheels in the dynamic curb.

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
CommitFeature Commits the feature parameters and creates the feature
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetFeature Returns the feature currently being edited by this builder.
GetObject Returns the object currently being edited by this builder.
HideInternalParentFeatureAfterEdit Re-suppress an internal parent feature (a slave feature) after it has been edited.
SetParentFeatureInternal Set the parent features which would be internal or slaves to the feature being created or commited
ShowInternalParentFeatureForEdit Unsuppress an internal parent feature (a slave feature) so it can be edited.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
UnsetParentFeatureInternal Set the internal parent feature of the feature being edited to external
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

DynamicCurbBuilderMethodType Enumeration Represents the type of inner line to create dynamic curb.
DynamicCurbBuilderPositionType Enumeration Represents the dynamic curb positions.
DynamicCurbBuilderRequirementsControlType Enumeration Represents the requirements control types to define the dynamic curb.
DynamicCurbBuilderVisualizationType Enumeration Represents the visualization types of the output.
DynamicCurbBuilderWheelType Enumeration Represents the type of the wheel size option for dynamic curb.

Property Detail

FrontInnerLength

DynamicCurbBuilder.FrontInnerLength

Returns the expression defining the length of the inner line in front for dynamic curb.

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

Getter Method

Signature FrontInnerLength

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

FrontInnerOffset

DynamicCurbBuilder.FrontInnerOffset

Returns the expression defining the value of inner offset in front for dynamic curb.

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

Getter Method

Signature FrontInnerOffset

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

FrontOuterOffset

DynamicCurbBuilder.FrontOuterOffset

Returns the expression defining the value of outer offset in front for dynamic curb.

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

Getter Method

Signature FrontOuterOffset

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

FrontSelector

DynamicCurbBuilder.FrontSelector

Returns the faces representing the front car body geometry for the measurement.

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

Getter Method

Signature FrontSelector

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

InnerLineType

DynamicCurbBuilder.InnerLineType

Returns or sets the inner line type for dynamic curb.

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

Getter Method

Signature InnerLineType

Returns:
Return type:NXOpen.Features.VehicleDesign.DynamicCurbBuilderMethodType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature InnerLineType

Parameters:innerLineType (NXOpen.Features.VehicleDesign.DynamicCurbBuilderMethodType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Loading

DynamicCurbBuilder.Loading

Returns or sets the loading used in the dynamic curb.

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

Getter Method

Signature Loading

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Loading

Parameters:loading (str) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Position

DynamicCurbBuilder.Position

Returns or sets the dynamic curb position.

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

Getter Method

Signature Position

Returns:
Return type:NXOpen.Features.VehicleDesign.DynamicCurbBuilderPositionType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Position

Parameters:position (NXOpen.Features.VehicleDesign.DynamicCurbBuilderPositionType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RearInnerLength

DynamicCurbBuilder.RearInnerLength

Returns the expression defining the length of the inner line in rear for dynamic curb.

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

Getter Method

Signature RearInnerLength

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

RearInnerOffset

DynamicCurbBuilder.RearInnerOffset

Returns the expression defining the value of inner offset in rear for dynamic curb.

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

Getter Method

Signature RearInnerOffset

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

RearOuterOffset

DynamicCurbBuilder.RearOuterOffset

Returns the expression defining the value of outer offset in rear for dynamic curb.

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

Getter Method

Signature RearOuterOffset

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

RearSelector

DynamicCurbBuilder.RearSelector

Returns the faces representing the rear car body geometry for the measurement.

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

Getter Method

Signature RearSelector

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

RequirementsControl

DynamicCurbBuilder.RequirementsControl

Returns or sets the requirements control for standard driven or user defined.

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

Getter Method

Signature RequirementsControl

Returns:
Return type:NXOpen.Features.VehicleDesign.DynamicCurbBuilderRequirementsControlType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature RequirementsControl

Parameters:requirementsControl (NXOpen.Features.VehicleDesign.DynamicCurbBuilderRequirementsControlType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

ShowClearance

DynamicCurbBuilder.ShowClearance

Returns or sets the indication if the distance measurement will be shown.

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

Getter Method

Signature ShowClearance

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowClearance

Parameters:showClearance (bool) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Standard

DynamicCurbBuilder.Standard

Returns or sets the standard used to define the dynamic curb.

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

Getter Method

Signature Standard

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Standard

Parameters:standard (str) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Visualization

DynamicCurbBuilder.Visualization

Returns or sets the visualization type of the dynamic curb output.

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

Getter Method

Signature Visualization

Returns:
Return type:NXOpen.Features.VehicleDesign.DynamicCurbBuilderVisualizationType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Visualization

Parameters:visualization (NXOpen.Features.VehicleDesign.DynamicCurbBuilderVisualizationType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

WheelSize

DynamicCurbBuilder.WheelSize

Returns or sets the wheel size option which determines the size of the wheels in the dynamic curb.

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

Getter Method

Signature WheelSize

Returns:
Return type:NXOpen.Features.VehicleDesign.DynamicCurbBuilderWheelType

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature WheelSize

Parameters:wheelSize (NXOpen.Features.VehicleDesign.DynamicCurbBuilderWheelType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Method Detail

Validate

DynamicCurbBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.