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

Represents a NXOpen::Annotations::TargetPoint builder
To create a new instance of this class, use NXOpen::Annotations::TargetPointCollection::CreateTargetPointBuilder
Default values. More...

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

Public Types

enum  Thickness {
  ThicknessThin, ThicknessNormal, ThicknessThick, ThicknessOne = 6,
  ThicknessTwo, ThicknessThree, ThicknessFour, ThicknessFive,
  ThicknessSix, ThicknessSeven, ThicknessEight, ThicknessNine
}
 the types of target point thickness More...
 

Public Member Functions

double Angle ()
 Returns the angle
Created in NX6.0.0. More...
 
NXOpen::NXColorColor ()
 Returns the color
Created in NX6.0.0. More...
 
double Height ()
 Returns the height
Created in NX6.0.0. More...
 
NXOpen::SelectNXObjectInherit ()
 Returns the inherit
Created in NX6.0.0. More...
 
NXOpen::SelectNXObjectLocation ()
 Returns the location
Created in NX6.0.0. More...
 
void SetAngle (double angle)
 Sets the angle
Created in NX6.0.0. More...
 
void SetColor (NXOpen::NXColor *color)
 Sets the color
Created in NX6.0.0. More...
 
void SetHeight (double height)
 Sets the height
Created in NX6.0.0. More...
 
void SetWidth (NXOpen::Annotations::TargetPointBuilder::Thickness width)
 Sets the width
Created in NX6.0.0. More...
 
NXOpen::Annotations::TargetPointBuilder::Thickness 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

Represents a NXOpen::Annotations::TargetPoint builder
To create a new instance of this class, use NXOpen::Annotations::TargetPointCollection::CreateTargetPointBuilder
Default values.

Property Value

Angle

0

Height

5

Width

Thin


Created in NX6.0.0.

Member Enumeration Documentation

the types of target point thickness

Enumerator
ThicknessThin 

Thin.

ThicknessNormal 

Normal.

ThicknessThick 

Thick.

ThicknessOne 

Width One.

ThicknessTwo 

Width Two.

ThicknessThree 

Width Three.

ThicknessFour 

Width Four.

ThicknessFive 

Width Five.

ThicknessSix 

Width Six.

ThicknessSeven 

Width Seven.

ThicknessEight 

Width Eight.

ThicknessNine 

Width Nine.

Member Function Documentation

double NXOpen::Annotations::TargetPointBuilder::Angle ( )

Returns the angle
Created in NX6.0.0.



License requirements : None

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

Returns the color
Created in NX6.0.0.



License requirements : None

double NXOpen::Annotations::TargetPointBuilder::Height ( )

Returns the height
Created in NX6.0.0.



License requirements : None

NXOpen::SelectNXObject* NXOpen::Annotations::TargetPointBuilder::Inherit ( )

Returns the inherit
Created in NX6.0.0.



License requirements : None

NXOpen::SelectNXObject* NXOpen::Annotations::TargetPointBuilder::Location ( )

Returns the location
Created in NX6.0.0.



License requirements : None

void NXOpen::Annotations::TargetPointBuilder::SetAngle ( double  angle)

Sets the angle
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
angleangle
void NXOpen::Annotations::TargetPointBuilder::SetColor ( NXOpen::NXColor color)

Sets the color
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
colorcolor
void NXOpen::Annotations::TargetPointBuilder::SetHeight ( double  height)

Sets the height
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
heightheight
void NXOpen::Annotations::TargetPointBuilder::SetWidth ( NXOpen::Annotations::TargetPointBuilder::Thickness  width)

Sets the width
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
widthwidth
NXOpen::Annotations::TargetPointBuilder::Thickness NXOpen::Annotations::TargetPointBuilder::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.