NX Open C++ Reference Guide
|
Represents a CircularCenterlineBuilder Builder <br> To create a new instance of this class, use @link Annotations::CenterlineCollection::CreateCircularCenterlineBuilder Annotations::CenterlineCollection::CreateCircularCenterlineBuilder @endlink <br>
Default values. More...
Additional Inherited Members | |
![]() | |
enum | Types { TypesThrough3Points, TypesCenterpoint } |
the valid enumeration used for the creation types, applicable only while creation Once created type centerpoint will be set for all bolt circle/circular centerline More... | |
![]() | |
bool | FullCircle () |
Returns the method which returns full or partial circle flag Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Inherit () |
Returns the inherit object Created in NX6.0.0. | |
NXOpen::SelectNXObjectList * | Locations () |
Returns the selction object of the centerline Created in NX6.0.0. | |
void | RemoveLocation (int index) |
Removes location object for a given index from the Select Object List. | |
void | SetFullCircle (bool fullType) |
Sets the method which returns full or partial circle flag Created in NX6.0.0. | |
NXOpen::Annotations::CircleCenterlineSettingsBuilder * | Settings () |
Returns the settings builder object for the centerline Created in NX6.0.0. | |
void | SetType (NXOpen::Annotations::CircleCenterlineBuilder::Types method) |
Sets the method which returns type of centerline Created in NX6.0.0. | |
NXOpen::Annotations::CircleCenterlineBuilder::Types | Type () |
Returns the method which returns type of centerline Created in NX6.0.0. | |
Represents a CircularCenterlineBuilder Builder <br> To create a new instance of this class, use @link Annotations::CenterlineCollection::CreateCircularCenterlineBuilder Annotations::CenterlineCollection::CreateCircularCenterlineBuilder @endlink <br>
Default values.
Property | Value |
---|---|
FullCircle |
true |
Type |
Through3Points |
Created in NX6.0.0.