NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::GeometricUtilities::FacePlaneSelectionBuilder Class Reference

Represents a GeometricUtilities::FacePlaneSelectionBuilder. More...

Inheritance diagram for NXOpen::GeometricUtilities::FacePlaneSelectionBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  TrimObjectType { TrimObjectTypePlane, TrimObjectTypeFace, TrimObjectTypeEdge }
 Specifies the object type for blend endcap objects. More...

Public Member Functions

bool IsOk ()
 Returns the data OK flag
Created in NX7.0.0.
bool LimitTopolSwitchFinFlag ()
 Returns the limit edge switch fin flag
Created in NX8.0.0.
NXOpen::PointPlaneHelpPoint ()
 Returns the user plane cap help point
Created in NX6.0.0.
NXOpen::ScCollectorSelectEdge ()
 Returns the select limit edge
Created in NX8.0.0.
NXOpen::GeometricUtilities::FaceSetDataSelectFace ()
 Returns the select face
Created in NX6.0.0.
NXOpen::PlaneSelectPlane ()
 Returns the select plane
Created in NX6.0.0.
void SetLimitTopolSwitchFinFlag (bool switchFlag)
 Sets the limit edge switch fin flag
Created in NX8.0.0.
void SetOk (bool isOk)
 Sets the data OK flag
Created in NX7.0.0.
void SetPlaneHelpPoint (NXOpen::Point *helpPoint)
 Sets the user plane cap help point
Created in NX6.0.0.
void SetSelectPlane (NXOpen::Plane *selectPlane)
 Sets the select plane
Created in NX6.0.0.
void SetTrimObject (NXOpen::GeometricUtilities::FacePlaneSelectionBuilder::TrimObjectType trimObject)
 Sets the trim object
Created in NX6.0.0.
void SetUseFaceCapBlend (bool useFaceCapBlend)
 Sets the use face cap blend flag
Created in NX8.0.0.
void SetUsePlaneCapBlend (bool usePlaneCapBlend)
 Sets the use plane cap blend
Created in NX6.0.0.
NXOpen::GeometricUtilities::FacePlaneSelectionBuilder::TrimObjectType TrimObject ()
 Returns the trim object
Created in NX6.0.0.
bool UseFaceCapBlend ()
 Returns the use face cap blend flag
Created in NX8.0.0.
bool UsePlaneCapBlend ()
 Returns the use plane cap blend
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a GeometricUtilities::FacePlaneSelectionBuilder.


Created in NX6.0.0.


Member Enumeration Documentation

Specifies the object type for blend endcap objects.

Enumerator:
TrimObjectTypePlane 

plane end cap

TrimObjectTypeFace 

face end cap

TrimObjectTypeEdge 

edge limit cap


Member Function Documentation

Returns the data OK flag
Created in NX7.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Returns the limit edge switch fin flag
Created in NX8.0.0.



License requirements : None

Returns the user plane cap help point
Created in NX6.0.0.



License requirements : None

Returns the select limit edge
Created in NX8.0.0.



License requirements : None

Returns the select face
Created in NX6.0.0.



License requirements : None

Returns the select plane
Created in NX6.0.0.



License requirements : None

Sets the limit edge switch fin flag
Created in NX8.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
switchFlagswitchflag

Sets the data OK flag
Created in NX7.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
isOkisok

Sets the user plane cap help point
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
helpPointhelppoint

Sets the select plane
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
selectPlaneselectplane

Sets the trim object
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
trimObjecttrimobject

Sets the use face cap blend flag
Created in NX8.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
useFaceCapBlendusefacecapblend

Sets the use plane cap blend
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
usePlaneCapBlenduseplanecapblend

Returns the trim object
Created in NX6.0.0.



License requirements : None

Returns the use face cap blend flag
Created in NX8.0.0.



License requirements : None

Returns the use plane cap blend
Created in NX6.0.0.



License requirements : None

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.