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
This cannot be instantiated

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::CAM::SplitSubopCommand:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  LinePlaneTypes { LinePlaneTypesParallelToToolaxis, LinePlaneTypesNormalToToolaxis, LinePlaneTypesSpecifyAngle }
 Available line plane types. More...
 
enum  Types { TypesLine, TypesPlane, TypesPoint }
 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...
 
NXOpen::CAM::SplitSubopCommand::LinePlaneTypes LinePlaneType ()
 Returns the line plane type
Created in NX9.0.3. More...
 
double RotateAngle ()
 Returns the rotate angle value
Created in NX9.0.3. 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 SetLinePlaneType (NXOpen::CAM::SplitSubopCommand::LinePlaneTypes type)
 Sets the line plane type
Created in NX9.0.3. More...
 
void SetRotateAngle (double rotateAngle)
 Sets the rotate angle value
Created in NX9.0.3. 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::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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 an Split Subop Command Builder
This cannot be instantiated

Created in NX9.0.0.


Member Enumeration Documentation

Available line plane types.

Enumerator
LinePlaneTypesParallelToToolaxis 

Line plane parallel to tool axis.

LinePlaneTypesNormalToToolaxis 

Line plane normal to tool axis.

LinePlaneTypesSpecifyAngle 

Line plane specify angle.

Available split types.

Enumerator
TypesLine 

Divide by line.

TypesPlane 

Divide by Plane.

TypesPoint 

Divide by Point.

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

NXOpen::CAM::SplitSubopCommand::LinePlaneTypes NXOpen::CAM::SplitSubopCommand::LinePlaneType ( )

Returns the line plane type
Created in NX9.0.3.



License requirements : None

double NXOpen::CAM::SplitSubopCommand::RotateAngle ( )

Returns the rotate angle value
Created in NX9.0.3.



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::SetLinePlaneType ( NXOpen::CAM::SplitSubopCommand::LinePlaneTypes  type)

Sets the line plane type
Created in NX9.0.3.



License requirements : None

Parameters
typethe line plane type value
void NXOpen::CAM::SplitSubopCommand::SetRotateAngle ( double  rotateAngle)

Sets the rotate angle value
Created in NX9.0.3.



License requirements : None

Parameters
rotateAnglethe rotate angle 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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.