BuiltUpOffsetBuilder Class¶
-
class
NXOpen.Features.ShipDesign.BuiltUpOffsetBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Features.ShipDesign.BuiltUpOffsetBuilder.This class is for splitting ship built-up solidbodies
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| FlangeAngle | Returns the flange angle used to determin the boundary of seam/split |
| FlangeOffset | Returns the flange offset used to determin the boundary of seam/split |
| Tag | Returns the Tag for this object. |
| WebAngle | Returns the web angle used to determin the boundary of seam/split |
| WebOffset | Returns the web offset used to determin the boundary of seam/split |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
FlangeAngle¶
-
BuiltUpOffsetBuilder.FlangeAngle¶ Returns the flange angle used to determin the boundary of seam/split
-------------------------------------Getter Method
Signature
FlangeAngleReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
FlangeOffset¶
-
BuiltUpOffsetBuilder.FlangeOffset¶ Returns the flange offset used to determin the boundary of seam/split
-------------------------------------Getter Method
Signature
FlangeOffsetReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
WebAngle¶
-
BuiltUpOffsetBuilder.WebAngle¶ Returns the web angle used to determin the boundary of seam/split
-------------------------------------Getter Method
Signature
WebAngleReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
WebOffset¶
-
BuiltUpOffsetBuilder.WebOffset¶ Returns the web offset used to determin the boundary of seam/split
-------------------------------------Getter Method
Signature
WebOffsetReturns: Return type: NXOpen.ExpressionNew in version NX9.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
BuiltUpOffsetBuilder.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.