NX Open C++ Reference Guide
|
Builder for creating Symmetrical Centerline. More...
Public Types | |
enum | Types { TypesFromFace, TypesStartAndEnd } |
the valid types of Symmetrical Centerline More... | |
Public Member Functions | |
NXOpen::SelectNXObject * | End () |
Returns the end object of Symmetrical Centerline Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Face () |
Returns the face object of Symmetrical Centerline Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Inherit () |
Returns the inherit object Created in NX6.0.0. | |
NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder * | Settings () |
Returns the settings builder object for Symmetrical Centerline Created in NX6.0.0. | |
void | SetType (NXOpen::Annotations::SymmetricalCenterlineBuilder::Types type) |
Sets the type of Symmetrical Centerline Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Start () |
Returns the start object of Symmetrical Centerline Created in NX6.0.0. | |
NXOpen::Annotations::SymmetricalCenterlineBuilder::Types | Type () |
Returns the type of Symmetrical Centerline Created in NX6.0.0. |
Builder for creating Symmetrical Centerline.
It creates or edits Symmetrical Centerline
To create a new instance of this class, use Annotations::CenterlineCollection::CreateSymmetricalCenterlineBuilder
Default values.
Property | Value |
---|---|
Settings.Extension |
6.35 (millimeters part), 0.25 (inches part) |
Settings.Gap |
1.5875 (millimeters part), 0.0625 (inches part) |
Settings.IndividualDistance |
0 |
Settings.Size |
3.175 (millimeters part), 0.125 (inches part) |
Settings.Width |
Thin |
Type |
FromFace |
Created in NX6.0.0.
the valid types of Symmetrical Centerline
TypesFromFace |
Centerline from face. |
TypesStartAndEnd |
Centerline from start and end point. |
Returns the end object of Symmetrical Centerline
Created in NX6.0.0.
License requirements : None
Returns the face object of Symmetrical Centerline
Created in NX6.0.0.
License requirements : None
Returns the inherit object
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder* NXOpen::Annotations::SymmetricalCenterlineBuilder::Settings | ( | ) |
Returns the settings builder object for Symmetrical Centerline
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::SymmetricalCenterlineBuilder::SetType | ( | NXOpen::Annotations::SymmetricalCenterlineBuilder::Types | type | ) |
Sets the type of Symmetrical Centerline
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
type | type |
Returns the start object of Symmetrical Centerline
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::SymmetricalCenterlineBuilder::Types NXOpen::Annotations::SymmetricalCenterlineBuilder::Type | ( | ) |
Returns the type of Symmetrical Centerline
Created in NX6.0.0.
License requirements : None