FrameBarStyleBuilder Class¶
-
class
NXOpen.Annotations.FrameBarStyleBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Annotations.FrameBarStyleBuilder.This class queries and sets FrameBar preferences when creating and editing FrameBar drafting annotations.
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| AftPerpendicularStyle | Returns the style aft perpendicular |
| BaselineStyle | Returns the style baseline |
| BulkHeadsStyle | Returns the style bulk heads |
| CenterlineYStyle | Returns the style centerline y |
| DecksStyle | Returns the style decks |
| ForwardPerpendicularStyle | Returns the style forward perpendicular |
| InterTransverseFramesStyle | Returns the style inter transverse frames |
| LongitudinalYFramesStyle | Returns the style longitudinal y frames |
| LongitudinalZFramesStyle | Returns the style longitudinal z frames |
| Tag | Returns the Tag for this object. |
| TransversalInsertAreaStyle | Returns the style transversal insert area |
| TransverseFramesStyle | Returns the style transverse frames |
| WaterlineStyle | Returns the style waterline |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
AftPerpendicularStyle¶
-
FrameBarStyleBuilder.AftPerpendicularStyle¶ Returns the style aft perpendicular
-------------------------------------Getter Method
Signature
AftPerpendicularStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
BaselineStyle¶
-
FrameBarStyleBuilder.BaselineStyle¶ Returns the style baseline
-------------------------------------Getter Method
Signature
BaselineStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
BulkHeadsStyle¶
-
FrameBarStyleBuilder.BulkHeadsStyle¶ Returns the style bulk heads
-------------------------------------Getter Method
Signature
BulkHeadsStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
CenterlineYStyle¶
-
FrameBarStyleBuilder.CenterlineYStyle¶ Returns the style centerline y
-------------------------------------Getter Method
Signature
CenterlineYStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
DecksStyle¶
-
FrameBarStyleBuilder.DecksStyle¶ Returns the style decks
-------------------------------------Getter Method
Signature
DecksStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
ForwardPerpendicularStyle¶
-
FrameBarStyleBuilder.ForwardPerpendicularStyle¶ Returns the style forward perpendicular
-------------------------------------Getter Method
Signature
ForwardPerpendicularStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
InterTransverseFramesStyle¶
-
FrameBarStyleBuilder.InterTransverseFramesStyle¶ Returns the style inter transverse frames
-------------------------------------Getter Method
Signature
InterTransverseFramesStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
LongitudinalYFramesStyle¶
-
FrameBarStyleBuilder.LongitudinalYFramesStyle¶ Returns the style longitudinal y frames
-------------------------------------Getter Method
Signature
LongitudinalYFramesStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
LongitudinalZFramesStyle¶
-
FrameBarStyleBuilder.LongitudinalZFramesStyle¶ Returns the style longitudinal z frames
-------------------------------------Getter Method
Signature
LongitudinalZFramesStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
TransversalInsertAreaStyle¶
-
FrameBarStyleBuilder.TransversalInsertAreaStyle¶ Returns the style transversal insert area
-------------------------------------Getter Method
Signature
TransversalInsertAreaStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
TransverseFramesStyle¶
-
FrameBarStyleBuilder.TransverseFramesStyle¶ Returns the style transverse frames
-------------------------------------Getter Method
Signature
TransverseFramesStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
WaterlineStyle¶
-
FrameBarStyleBuilder.WaterlineStyle¶ Returns the style waterline
-------------------------------------Getter Method
Signature
WaterlineStyleReturns: Return type: NXOpen.Annotations.FrameBarElementStyleBuilderNew in version NX8.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
FrameBarStyleBuilder.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.