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

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

Inheritance diagram for NXOpen::CAM::SplitSubopCommand:
NXOpen::TaggedObject

Public Types

enum  Types { TypesLine, TypesPlane }
 Available split types. More...
 

Public Member Functions

NXOpen::PlaneDividePlane ()
 Returns the divide plane
Created in NX9.0.0. More...
 
NXOpen::PointEndPoint ()
 Returns the end point value
Created in NX9.0.0. More...
 
void SetDividePlane (NXOpen::Plane *plane)
 Sets the divide plane
Created in NX9.0.0. More...
 
void SetEndPoint (NXOpen::Point *endPoint)
 Sets the end point value
Created in NX9.0.0. More...
 
void SetStartPoint (NXOpen::Point *startPoint)
 Sets the start point value
Created in NX9.0.0. More...
 
void SetType (NXOpen::CAM::SplitSubopCommand::Types type)
 Sets the split type
Created in NX9.0.0. More...
 
NXOpen::PointStartPoint ()
 Returns the start point value
Created in NX9.0.0. More...
 
NXOpen::CAM::SplitSubopCommand::Types Type ()
 Returns the split type
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 Split Subop Command Builder
Created in NX9.0.0.


Member Enumeration Documentation

Available split types.

Enumerator
TypesLine 

Divide by line.

TypesPlane 

Divide by Plane.

Member Function Documentation

NXOpen::Plane* NXOpen::CAM::SplitSubopCommand::DividePlane ( )

Returns the divide plane
Created in NX9.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::SplitSubopCommand::EndPoint ( )

Returns the end point value
Created in NX9.0.0.



License requirements : None

void NXOpen::CAM::SplitSubopCommand::SetDividePlane ( NXOpen::Plane plane)

Sets the divide plane
Created in NX9.0.0.



License requirements : None

Parameters
planethe divide plane
void NXOpen::CAM::SplitSubopCommand::SetEndPoint ( NXOpen::Point endPoint)

Sets the end point value
Created in NX9.0.0.



License requirements : None

Parameters
endPointthe end point value
void NXOpen::CAM::SplitSubopCommand::SetStartPoint ( NXOpen::Point startPoint)

Sets the start point value
Created in NX9.0.0.



License requirements : None

Parameters
startPointthe start point value
void NXOpen::CAM::SplitSubopCommand::SetType ( NXOpen::CAM::SplitSubopCommand::Types  type)

Sets the split type
Created in NX9.0.0.



License requirements : None

Parameters
typethe split type value
NXOpen::Point* NXOpen::CAM::SplitSubopCommand::StartPoint ( )

Returns the start point value
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::SplitSubopCommand::Types NXOpen::CAM::SplitSubopCommand::Type ( )

Returns the split type
Created in NX9.0.0.



License requirements : None


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