SplineBeamPropertyBuilder Class¶
-
class
NXOpen.Motion.SplineBeamPropertyBuilder¶ Bases:
NXOpen.Motion.MotionBuilderRepresents a
Motion.SplineBeamPropertyBuilderbuilderTo create a new instance of this class, use
NXOpen.Motion.SplineBeamPropertyCollection.CreateSplineBeamPropertyBuilder()Default values.
Property Value AsyTimoshenkoCorrection.Value 0 AszTimoshenkoCorrection.Value 0 CustomizedMaterial.Density.Value 7.8e-6 (millimeters part), 7.3e-4 (inches part) CustomizedMaterial.PoissonRatio.Value 0.3 CustomizedMaterial.YoungModulus.Value 2e+8 (millimeters part), 2.9e+7 (inches part) DampingRatio.Value 0 DampingType Viscous New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| AsyTimoshenkoCorrection | Returns the ASY Timoshenko correction |
| AszTimoshenkoCorrection | Returns the ASZ Timoshenko correction |
| CustomizedMaterial | Returns the customized material |
| DampingRatio | Returns the damping ratio |
| DampingType | Returns or sets the damping method |
| DisplayScale | Returns or sets the icon display scale |
| GroupName | Returns or sets the group name |
| GroupType | Returns or sets the group type |
| IsBeamCrossDamping | Returns or sets the beam cross damping flag |
| Name | Returns or sets the name of the spline beam object |
| Tag | Returns the Tag for this object. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| 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. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| SplineBeamPropertyBuilderDampingTypes Enumeration | the damping type |
Property Detail¶
AsyTimoshenkoCorrection¶
-
SplineBeamPropertyBuilder.AsyTimoshenkoCorrection¶ Returns the ASY Timoshenko correction
-------------------------------------Getter Method
Signature
AsyTimoshenkoCorrectionReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
AszTimoshenkoCorrection¶
-
SplineBeamPropertyBuilder.AszTimoshenkoCorrection¶ Returns the ASZ Timoshenko correction
-------------------------------------Getter Method
Signature
AszTimoshenkoCorrectionReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
CustomizedMaterial¶
-
SplineBeamPropertyBuilder.CustomizedMaterial¶ Returns the customized material
-------------------------------------Getter Method
Signature
CustomizedMaterialReturns: Return type: NXOpen.Motion.CustomizedMaterialBuilderNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
DampingRatio¶
-
SplineBeamPropertyBuilder.DampingRatio¶ Returns the damping ratio
-------------------------------------Getter Method
Signature
DampingRatioReturns: Return type: NXOpen.ExpressionNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
DampingType¶
-
SplineBeamPropertyBuilder.DampingType¶ Returns or sets the damping method
-------------------------------------Getter Method
Signature
DampingTypeReturns: Return type: NXOpen.Motion.SplineBeamPropertyBuilderDampingTypesNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
DampingTypeParameters: type ( NXOpen.Motion.SplineBeamPropertyBuilderDampingTypes) –New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
IsBeamCrossDamping¶
-
SplineBeamPropertyBuilder.IsBeamCrossDamping¶ Returns or sets the beam cross damping flag
-------------------------------------Getter Method
Signature
IsBeamCrossDampingReturns: Return type: bool New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
IsBeamCrossDampingParameters: type (bool) – New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Name¶
-
SplineBeamPropertyBuilder.Name¶ Returns or sets the name of the spline beam object
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
Method Detail¶
Validate¶
-
SplineBeamPropertyBuilder.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.