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

This builder contains the boundaries that define a crosshatch pattern
Created in NX6.0.0. More...

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

Public Types

enum  SelectionMethod { SelectionMethodCurves, SelectionMethodLocation }
 This enum represents the methods for selecting boundaries. More...
 

Public Member Functions

NXOpen::SectionListCurveBoundaries ()
 Returns the curve boundaries
Created in NX6.0.0. More...
 
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX8.0.0. More...
 
NXOpen::ViewGetView ()
 The boundary view. More...
 
NXOpen::Annotations::BoundaryBuilder::SelectionMethod SelectionType ()
 Returns the selection type
Created in NX6.0.0. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance
Created in NX8.0.0. More...
 
void SetSelectionType (NXOpen::Annotations::BoundaryBuilder::SelectionMethod type)
 Sets the selection type
Created in NX6.0.0. More...
 
void SetView (NXOpen::View *view)
 The boundary view
Created in NX6.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

This builder contains the boundaries that define a crosshatch pattern
Created in NX6.0.0.


Member Enumeration Documentation

This enum represents the methods for selecting boundaries.

Enumerator
SelectionMethodCurves 

Select boundaries by selecting curves.

SelectionMethodLocation 

Select boundaries by cursor location.

Member Function Documentation

NXOpen::SectionList* NXOpen::Annotations::BoundaryBuilder::CurveBoundaries ( )

Returns the curve boundaries
Created in NX6.0.0.



License requirements : None

double NXOpen::Annotations::BoundaryBuilder::DistanceTolerance ( )

Returns the distance tolerance
Created in NX8.0.0.



License requirements : None

NXOpen::View* NXOpen::Annotations::BoundaryBuilder::GetView ( )

The boundary view.

Returns
Drafting view
Created in NX6.0.0.

License requirements : None
NXOpen::Annotations::BoundaryBuilder::SelectionMethod NXOpen::Annotations::BoundaryBuilder::SelectionType ( )

Returns the selection type
Created in NX6.0.0.



License requirements : None

void NXOpen::Annotations::BoundaryBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance
Created in NX8.0.0.



License requirements : drafting ("DRAFTING")

Parameters
distanceTolerancedistancetolerance
void NXOpen::Annotations::BoundaryBuilder::SetSelectionType ( NXOpen::Annotations::BoundaryBuilder::SelectionMethod  type)

Sets the selection type
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters
typetype
void NXOpen::Annotations::BoundaryBuilder::SetView ( NXOpen::View view)

The boundary view
Created in NX6.0.0.



License requirements : None

Parameters
viewDrafting view
virtual bool NXOpen::Annotations::BoundaryBuilder::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.