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

Represents an Edit Subop Command Builder
Created in NX9.0.0. More...

Inheritance diagram for NXOpen::CAM::EditSubopCommand:
NXOpen::TaggedObject

Public Types

enum  ContainmentTypes { ContainmentTypesSteep, ContainmentTypesNonSteep, ContainmentTypesFlat }
 Available types for containment. More...
 
enum  PointTypes { PointTypesSpecify, PointTypesAutomatic }
 Available types for point. More...
 

Public Member Functions

NXOpen::CAM::EditSubopCommand::ContainmentTypes ContainmentType ()
 Returns the containment type
Created in NX9.0.0. More...
 
void GetStartPoints (std::vector< NXOpen::Point * > &startPoint)
 Get the start point value
Created in NX9.0.0. More...
 
NXOpen::CAM::EditSubopCommand::PointTypes PointType ()
 Returns the point type
Created in NX9.0.0. More...
 
void SetContainmentType (NXOpen::CAM::EditSubopCommand::ContainmentTypes containmentType)
 Sets the containment type
Created in NX9.0.0. More...
 
void SetPointType (NXOpen::CAM::EditSubopCommand::PointTypes pointType)
 Sets the point type
Created in NX9.0.0. More...
 
void SetStartPoints (const std::vector< NXOpen::Point * > &startPoint)
 Set the start point value
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents an Edit Subop Command Builder
Created in NX9.0.0.


Member Enumeration Documentation

Available types for containment.

Enumerator
ContainmentTypesSteep 

Steep.

ContainmentTypesNonSteep 

Non-steep.

ContainmentTypesFlat 

Flat.

Available types for point.

Enumerator
PointTypesSpecify 

Specify.

PointTypesAutomatic 

Automatic.

Member Function Documentation

NXOpen::CAM::EditSubopCommand::ContainmentTypes NXOpen::CAM::EditSubopCommand::ContainmentType ( )

Returns the containment type
Created in NX9.0.0.



License requirements : None

void NXOpen::CAM::EditSubopCommand::GetStartPoints ( std::vector< NXOpen::Point * > &  startPoint)

Get the start point value
Created in NX9.0.0.



License requirements : None

Parameters
startPointthe start point value
NXOpen::CAM::EditSubopCommand::PointTypes NXOpen::CAM::EditSubopCommand::PointType ( )

Returns the point type
Created in NX9.0.0.



License requirements : None

void NXOpen::CAM::EditSubopCommand::SetContainmentType ( NXOpen::CAM::EditSubopCommand::ContainmentTypes  containmentType)

Sets the containment type
Created in NX9.0.0.



License requirements : None

Parameters
containmentTypethe containment type value
void NXOpen::CAM::EditSubopCommand::SetPointType ( NXOpen::CAM::EditSubopCommand::PointTypes  pointType)

Sets the point type
Created in NX9.0.0.



License requirements : None

Parameters
pointTypethe point type value
void NXOpen::CAM::EditSubopCommand::SetStartPoints ( const std::vector< NXOpen::Point * > &  startPoint)

Set the start point value
Created in NX9.0.0.



License requirements : None

Parameters
startPointthe start point value

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