NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

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.
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX8.0.0.
NXOpen::ViewGetView ()
 The boundary view.
NXOpen::Annotations::BoundaryBuilder::SelectionMethod SelectionType ()
 Returns the selection type
Created in NX6.0.0.
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance
Created in NX8.0.0.
void SetSelectionType (NXOpen::Annotations::BoundaryBuilder::SelectionMethod type)
 Sets the selection type
Created in NX6.0.0.
void SetView (NXOpen::View *view)
 The boundary view
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

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

Returns the curve boundaries
Created in NX6.0.0.



License requirements : None

Returns the distance tolerance
Created in NX8.0.0.



License requirements : None

The boundary view.

Returns:
Drafting view
Created in NX6.0.0.

License requirements : None

Returns the selection type
Created in NX6.0.0.



License requirements : None

Sets the distance tolerance
Created in NX8.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
distanceTolerancedistancetolerance

Sets the selection type
Created in NX6.0.0.



License requirements : drafting ("DRAFTING")

Parameters:
typetype

The boundary view
Created in NX6.0.0.



License requirements : None

Parameters:
viewDrafting view

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.