NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Annotations::AutomaticCenterlineBuilder Class Reference

Builder for creating Automatic Centerlines
To create a new instance of this class, use NXOpen::Annotations::CenterlineCollection::CreateAutomaticCenterlineBuilder
Default values. More...

Inheritance diagram for NXOpen::Annotations::AutomaticCenterlineBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CenterlineThickness {
  CenterlineThicknessThin, CenterlineThicknessNormal, CenterlineThicknessThick, CenterlineThicknessOne = 6,
  CenterlineThicknessTwo, CenterlineThicknessThree, CenterlineThicknessFour, CenterlineThicknessFive,
  CenterlineThicknessSix, CenterlineThicknessSeven, CenterlineThicknessEight, CenterlineThicknessNine
}
 the types of centerline thickness More...
 

Public Member Functions

NXOpen::NXColorColor ()
 Returns the color
Created in NX6.0.0. More...
 
double CylindricalExtension ()
 Returns the cylindrical extension
Created in NX6.0.0. More...
 
bool InheritAngle ()
 Returns the inherit angle
Created in NX6.0.0. More...
 
void SetColor (NXOpen::NXColor *color)
 Sets the color
Created in NX6.0.0. More...
 
void SetCylindricalExtension (double cylindricalExtension)
 Sets the cylindrical extension
Created in NX6.0.0. More...
 
void SetInheritAngle (bool inheritAngle)
 Sets the inherit angle
Created in NX6.0.0. More...
 
void SetWidth (NXOpen::Annotations::AutomaticCenterlineBuilder::CenterlineThickness width)
 Sets the width
Created in NX6.0.0. More...
 
NXOpen::Drawings::SelectDraftingViewListViews ()
 Returns the selected views
Created in NX6.0.0. More...
 
NXOpen::Annotations::AutomaticCenterlineBuilder::CenterlineThickness Width ()
 Returns the width
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Builder for creating Automatic Centerlines
To create a new instance of this class, use NXOpen::Annotations::CenterlineCollection::CreateAutomaticCenterlineBuilder
Default values.

Property Value

CylindricalExtension

1.5 (millimeters part), 0.0625 (inches part)

InheritAngle

1

Width

Thin


Created in NX6.0.0.

Member Enumeration Documentation

the types of centerline thickness

Enumerator
CenterlineThicknessThin 

thin

CenterlineThicknessNormal 

normal

CenterlineThicknessThick 

thick

CenterlineThicknessOne 

Width One.

CenterlineThicknessTwo 

Width Two.

CenterlineThicknessThree 

Width Three.

CenterlineThicknessFour 

Width Four.

CenterlineThicknessFive 

Width Five.

CenterlineThicknessSix 

Width Six.

CenterlineThicknessSeven 

Width Seven.

CenterlineThicknessEight 

Width Eight.

CenterlineThicknessNine 

Width Nine.

Member Function Documentation

NXOpen::NXColor* NXOpen::Annotations::AutomaticCenterlineBuilder::Color ( )

Returns the color
Created in NX6.0.0.



License requirements : None

double NXOpen::Annotations::AutomaticCenterlineBuilder::CylindricalExtension ( )

Returns the cylindrical extension
Created in NX6.0.0.



License requirements : None

bool NXOpen::Annotations::AutomaticCenterlineBuilder::InheritAngle ( )

Returns the inherit angle
Created in NX6.0.0.



License requirements : None

void NXOpen::Annotations::AutomaticCenterlineBuilder::SetColor ( NXOpen::NXColor color)

Sets the color
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
colorcolor
void NXOpen::Annotations::AutomaticCenterlineBuilder::SetCylindricalExtension ( double  cylindricalExtension)

Sets the cylindrical extension
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
cylindricalExtensioncylindricalextension
void NXOpen::Annotations::AutomaticCenterlineBuilder::SetInheritAngle ( bool  inheritAngle)

Sets the inherit angle
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
inheritAngleinheritangle
void NXOpen::Annotations::AutomaticCenterlineBuilder::SetWidth ( NXOpen::Annotations::AutomaticCenterlineBuilder::CenterlineThickness  width)

Sets the width
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
widthwidth
NXOpen::Drawings::SelectDraftingViewList* NXOpen::Annotations::AutomaticCenterlineBuilder::Views ( )

Returns the selected views
Created in NX6.0.0.



License requirements : None

NXOpen::Annotations::AutomaticCenterlineBuilder::CenterlineThickness NXOpen::Annotations::AutomaticCenterlineBuilder::Width ( )

Returns the width
Created in NX6.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.