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

Represents a UdtSection Builder
Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAM::UdtSectionBuilder:
NXOpen::TaggedObject

Public Member Functions

int CreateWithParameter (double length, double angle, double radius, double sweep)
 Create a new udt section item with parameter. More...
 
void Delete (int nodeIndex)
 Delete an existing udt section item
Created in NX5.0.0. More...
 
void Get (int index, double *length, double *angle, double *radius, double *sweep)
 Get the values of an existing udt section item
Created in NX6.0.0. More...
 
void ModifyWithParameter (int index, double length, double angle, double radius, double sweep)
 Modify an existing udt section item with parameter
Created in NX6.0.0. More...
 
int NumberOfSections ()
 Returns the number of udt section
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a UdtSection Builder
Created in NX5.0.0.


Member Function Documentation

int NXOpen::CAM::UdtSectionBuilder::CreateWithParameter ( double  length,
double  angle,
double  radius,
double  sweep 
)

Create a new udt section item with parameter.

Returns
return new item position
Created in NX6.0.0.

License requirements : cam_base ("CAM BASE")
Parameters
lengththe length
anglethe angle
radiusthe radius
sweepthe sweep
void NXOpen::CAM::UdtSectionBuilder::Delete ( int  nodeIndex)

Delete an existing udt section item
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
nodeIndexthe selected entry index in tree list
void NXOpen::CAM::UdtSectionBuilder::Get ( int  index,
double *  length,
double *  angle,
double *  radius,
double *  sweep 
)

Get the values of an existing udt section item
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of item
lengththe length
anglethe angle
radiusthe radius
sweepthe sweep
void NXOpen::CAM::UdtSectionBuilder::ModifyWithParameter ( int  index,
double  length,
double  angle,
double  radius,
double  sweep 
)

Modify an existing udt section item with parameter
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
indexthe index of modified udt section
lengththe length
anglethe angle
radiusthe radius
sweepthe sweep
int NXOpen::CAM::UdtSectionBuilder::NumberOfSections ( )

Returns the number of udt section
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")


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