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

Represents a NXOpen::GeometricUtilities::StepOptionBehavior It provides several step options for controlling behavior when move face and so on. More...

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

Public Types

enum  StepOptionType { StepOptionTypeNone, StepOptionTypeExtendNeighborsatSmoothEdge }
 Step Faec options. More...
 

Public Member Functions

void SetStepOption (NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType stepOption)
 Sets the step option
Created in NX8.0.1. More...
 
NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType StepOption ()
 Returns the step option
Created in NX8.0.1. 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::GeometricUtilities::StepOptionBehavior It provides several step options for controlling behavior when move face and so on.


Created in NX8.0.1.

Member Enumeration Documentation

Step Faec options.

Enumerator
StepOptionTypeNone 

Does not add step faces.

StepOptionTypeExtendNeighborsatSmoothEdge 

Extends faces neighboring a smooth edge of the motion face.

Member Function Documentation

void NXOpen::GeometricUtilities::StepOptionBehavior::SetStepOption ( NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType  stepOption)

Sets the step option
Created in NX8.0.1.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
stepOptionstepoption
NXOpen::GeometricUtilities::StepOptionBehavior::StepOptionType NXOpen::GeometricUtilities::StepOptionBehavior::StepOption ( )

Returns the step option
Created in NX8.0.1.



License requirements : None

virtual bool NXOpen::GeometricUtilities::StepOptionBehavior::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.