| NX Open C++ Reference Guide  | 
Frame on path builder 
Created in NX7.5.1. More...
 
 | Public Types | |
| enum | AnchorLocationType { AnchorLocationTypeCenter, AnchorLocationTypeRight, AnchorLocationTypeLeft } | 
| Anchor location types. More... | |
| Public Member Functions | |
| NXOpen::GeometricUtilities::FrameOnPathBuilder::AnchorLocationType | AnchorLocation () | 
| Returns the anchor location Created in NX7.5.1. | |
| NXOpen::GeometricUtilities::OnPathDimensionBuilder * | AnchorPosition () | 
| 返回锚点位置Created in NX7.5.1. | |
| NXOpen::Expression * | Height () | 
| Returns the height Created in NX7.5.1. | |
| bool | IsApexReversed () | 
| Returns the value indicating if apex point is reversed Created in NX7.5.1. | |
| NXOpen::Expression * | Length () | 
| Returns the length Created in NX7.5.1. | |
| NXOpen::Expression * | Offset () | 
| Returns the offset Created in NX7.5.1. | |
| void | SetAnchorLocation (NXOpen::GeometricUtilities::FrameOnPathBuilder::AnchorLocationType anchorLocation) | 
| Sets the anchor location Created in NX7.5.1. | |
| void | SetApexReversed (bool isReversed) | 
| Sets the value indicating if apex point is reversed Created in NX7.5.1. | |
| void | SetWScale (double wScale) | 
| Sets the width scale Created in NX7.5.1. | |
| virtual bool | Validate () | 
| Validate whether the inputs to the component are sufficient for commit to be called. | |
| double | WScale () | 
| Returns the width scale Created in NX7.5.1. | |
|  Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const | 
| <b>Deprecated</b>:<br>    Use Tag instead.  | |
| tag_t | Tag () const | 
| Returns the tag of this object. | |
Frame on path builder 
Created in NX7.5.1. 
| NXOpen::GeometricUtilities::FrameOnPathBuilder::AnchorLocationType NXOpen::GeometricUtilities::FrameOnPathBuilder::AnchorLocation | ( | ) | 
Returns the anchor location 
Created in NX7.5.1. 
License requirements : None 
| NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::FrameOnPathBuilder::AnchorPosition | ( | ) | 
Returns the anchor position 
Created in NX7.5.1. 
License requirements : None 
| NXOpen::Expression* NXOpen::GeometricUtilities::FrameOnPathBuilder::Height | ( | ) | 
Returns the height 
Created in NX7.5.1. 
License requirements : None 
| bool NXOpen::GeometricUtilities::FrameOnPathBuilder::IsApexReversed | ( | ) | 
Returns the value indicating if apex point is reversed 
Created in NX7.5.1. 
License requirements : None 
| NXOpen::Expression* NXOpen::GeometricUtilities::FrameOnPathBuilder::Length | ( | ) | 
Returns the length 
Created in NX7.5.1. 
License requirements : None 
| NXOpen::Expression* NXOpen::GeometricUtilities::FrameOnPathBuilder::Offset | ( | ) | 
Returns the offset 
Created in NX7.5.1. 
License requirements : None 
| void NXOpen::GeometricUtilities::FrameOnPathBuilder::SetAnchorLocation | ( | NXOpen::GeometricUtilities::FrameOnPathBuilder::AnchorLocationType | anchorLocation | ) | 
Sets the anchor location 
Created in NX7.5.1. 
License requirements : solid_modeling ("SOLIDS MODELING") 
| anchorLocation | anchorlocation | 
| void NXOpen::GeometricUtilities::FrameOnPathBuilder::SetApexReversed | ( | bool | isReversed | ) | 
Sets the value indicating if apex point is reversed 
Created in NX7.5.1. 
License requirements : solid_modeling ("SOLIDS MODELING") 
| isReversed | isreversed | 
| void NXOpen::GeometricUtilities::FrameOnPathBuilder::SetWScale | ( | double | wScale | ) | 
Sets the width scale 
Created in NX7.5.1. 
License requirements : None 
| wScale | wscale | 
| 
 | virtual | 
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
| double NXOpen::GeometricUtilities::FrameOnPathBuilder::WScale | ( | ) | 
Returns the width scale 
Created in NX7.5.1. 
License requirements : None