StaticCurbBuilder Class

class NXOpen.Features.VehicleDesign.StaticCurbBuilder

Bases: NXOpen.Features.FeatureBuilder

Represents a NXOpen.Features.VehicleDesign.StaticCurb builder used to create or edit static curb feature

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

Default values.

Property Value
Position Front
RequirementsControl StandardDriven
Visualization Surface

New in version NX8.5.0.

Properties

Property Description
FrontAngle Returns the expression containing the front angle.
FrontLoading Returns or sets the loading applied to the vehicle front used in the static curb.
FrontMeasuredFaces Returns the selected front faces for measurement.
FrontOffset Returns the expression containing the front offset.
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 static curb position.
RearAngle Returns the expression containing the rear angle.
RearLoading Returns or sets the loading applied to the vehicle rear used in the static curb.
RearMeasuredFaces Returns the selected rear faces for measurement.
RearOffset Returns the expression containing the rear offset.
RequirementsControl Returns or sets the requirements control for standard driven or user defined.
ShowDistanceMeasurement Returns or sets the value to show distance measurement.
Standard Returns or sets the standard used to define the static 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 static curb output.

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

StaticCurbBuilderPositionType Enumeration Represents the static curb positions.
StaticCurbBuilderRequirementsControlType Enumeration Represents the requirements control types to define the static curb.
StaticCurbBuilderVisualizationType Enumeration Represents the visualization types of the output.

Property Detail

FrontAngle

StaticCurbBuilder.FrontAngle

Returns the expression containing the front angle.

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

Getter Method

Signature FrontAngle

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

FrontLoading

StaticCurbBuilder.FrontLoading

Returns or sets the loading applied to the vehicle front used in the static curb.

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

Getter Method

Signature FrontLoading

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature FrontLoading

Parameters:frontLoading (str) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

FrontMeasuredFaces

StaticCurbBuilder.FrontMeasuredFaces

Returns the selected front faces for measurement.

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

Getter Method

Signature FrontMeasuredFaces

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

FrontOffset

StaticCurbBuilder.FrontOffset

Returns the expression containing the front offset.

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

Getter Method

Signature FrontOffset

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

Position

StaticCurbBuilder.Position

Returns or sets the static curb position.

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

Getter Method

Signature Position

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Position

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

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RearAngle

StaticCurbBuilder.RearAngle

Returns the expression containing the rear angle.

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

Getter Method

Signature RearAngle

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

RearLoading

StaticCurbBuilder.RearLoading

Returns or sets the loading applied to the vehicle rear used in the static curb.

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

Getter Method

Signature RearLoading

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature RearLoading

Parameters:rearLoading (str) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

RearMeasuredFaces

StaticCurbBuilder.RearMeasuredFaces

Returns the selected rear faces for measurement.

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

Getter Method

Signature RearMeasuredFaces

Returns:
Return type:NXOpen.ScCollector

New in version NX8.5.0.

License requirements: None.

RearOffset

StaticCurbBuilder.RearOffset

Returns the expression containing the rear offset.

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

Getter Method

Signature RearOffset

Returns:
Return type:NXOpen.Expression

New in version NX8.5.0.

License requirements: None.

RequirementsControl

StaticCurbBuilder.RequirementsControl

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

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

Getter Method

Signature RequirementsControl

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature RequirementsControl

Parameters:requirementsControlType (NXOpen.Features.VehicleDesign.StaticCurbBuilderRequirementsControlType) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

ShowDistanceMeasurement

StaticCurbBuilder.ShowDistanceMeasurement

Returns or sets the value to show distance measurement.

True will show the distance measurement. False will hide the distance measurement.

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

Getter Method

Signature ShowDistanceMeasurement

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowDistanceMeasurement

Parameters:showDistanceMeasurement (bool) –

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Standard

StaticCurbBuilder.Standard

Returns or sets the standard used to define the static 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

StaticCurbBuilder.Visualization

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

See NXOpen.Features.VehicleDesign.StaticCurbBuilderVisualizationType for valid values.

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

Getter Method

Signature Visualization

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

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Visualization

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

New in version NX8.5.0.

License requirements: nx_general_packaging (“NX General Packaging”)

Method Detail

Validate

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