NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder Class Reference

Represents a NXOpen.Annotations.PmiSupplementalGeometryRegionBuilder. More...

Inheritance diagram for NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::LineColorFontWidthBuilderRegionBoundaryCurveCFW ()
 Returns the region boundary color font width
Created in NX1847.0.0. More...
 
double RegionHeight ()
 Returns the rectangular region height
Created in NX1847.0.0. More...
 
double RegionInnerDiameter ()
 Returns the circular or annular region inner diameter
Created in NX1847.0.0. More...
 
double RegionOuterDiameter ()
 Returns the circular or annular region outer diameter
Created in NX1847.0.0. More...
 
double RegionWidth ()
 Returns the rectangular region width
Created in NX1847.0.0. More...
 
void SetRegionHeight (double regionHeight)
 Sets the rectangular region height
Created in NX1847.0.0. More...
 
void SetRegionInnerDiameter (double regionInnerDiameter)
 Sets the circular or annular region inner diameter
Created in NX1847.0.0. More...
 
void SetRegionOuterDiameter (double regionOuterDiameter)
 Sets the circular or annular region outer diameter
Created in NX1847.0.0. More...
 
void SetRegionWidth (double regionWidth)
 Sets the rectangular region width
Created in NX1847.0.0. 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.PmiSupplementalGeometryRegionBuilder.


Created in NX1847.0.0.

Member Function Documentation

NXOpen::LineColorFontWidthBuilder* NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::RegionBoundaryCurveCFW ( )

Returns the region boundary color font width
Created in NX1847.0.0.



License requirements : None

double NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::RegionHeight ( )

Returns the rectangular region height
Created in NX1847.0.0.



License requirements : None

double NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::RegionInnerDiameter ( )

Returns the circular or annular region inner diameter
Created in NX1847.0.0.



License requirements : None

double NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::RegionOuterDiameter ( )

Returns the circular or annular region outer diameter
Created in NX1847.0.0.



License requirements : None

double NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::RegionWidth ( )

Returns the rectangular region width
Created in NX1847.0.0.



License requirements : None

void NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::SetRegionHeight ( double  regionHeight)

Sets the rectangular region height
Created in NX1847.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
regionHeightregionheight
void NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::SetRegionInnerDiameter ( double  regionInnerDiameter)

Sets the circular or annular region inner diameter
Created in NX1847.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
regionInnerDiameterregioninnerdiameter
void NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::SetRegionOuterDiameter ( double  regionOuterDiameter)

Sets the circular or annular region outer diameter
Created in NX1847.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
regionOuterDiameterregionouterdiameter
void NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::SetRegionWidth ( double  regionWidth)

Sets the rectangular region width
Created in NX1847.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
regionWidthregionwidth
virtual bool NXOpen::Annotations::PmiSupplementalGeometryRegionBuilder::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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