StaticCurbBuilder Class¶
-
class
NXOpen.Features.VehicleDesign.StaticCurbBuilder¶ Bases:
NXOpen.Features.FeatureBuilderRepresents a
NXOpen.Features.VehicleDesign.StaticCurbbuilder used to create or edit static curb featureTo 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
FrontAngleReturns: Return type: NXOpen.ExpressionNew 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
FrontLoadingReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FrontLoadingParameters: 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
FrontMeasuredFacesReturns: Return type: NXOpen.ScCollectorNew in version NX8.5.0.
License requirements: None.
FrontOffset¶
-
StaticCurbBuilder.FrontOffset¶ Returns the expression containing the front offset.
-------------------------------------Getter Method
Signature
FrontOffsetReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: None.
Position¶
-
StaticCurbBuilder.Position¶ Returns or sets the static curb position.
-------------------------------------Getter Method
Signature
PositionReturns: Return type: NXOpen.Features.VehicleDesign.StaticCurbBuilderPositionTypeNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PositionParameters: 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
RearAngleReturns: Return type: NXOpen.ExpressionNew 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
RearLoadingReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RearLoadingParameters: 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
RearMeasuredFacesReturns: Return type: NXOpen.ScCollectorNew in version NX8.5.0.
License requirements: None.
RearOffset¶
-
StaticCurbBuilder.RearOffset¶ Returns the expression containing the rear offset.
-------------------------------------Getter Method
Signature
RearOffsetReturns: Return type: NXOpen.ExpressionNew 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
RequirementsControlReturns: Return type: NXOpen.Features.VehicleDesign.StaticCurbBuilderRequirementsControlTypeNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RequirementsControlParameters: 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
ShowDistanceMeasurementReturns: Return type: bool New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowDistanceMeasurementParameters: 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
StandardReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StandardParameters: 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.StaticCurbBuilderVisualizationTypefor valid values.-------------------------------------Getter Method
Signature
VisualizationReturns: Return type: NXOpen.Features.VehicleDesign.StaticCurbBuilderVisualizationTypeNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisualizationParameters: 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.