NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAM::UdtSectionBuilder Class Reference

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

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

List of all members.

Public Member Functions

int Create ()
 Create a new udt section item with default value.
int CreateWithParameter (double length, double angle, double radius, double sweep)
 Create a new udt section item with parameter.
void Delete (int nodeIndex)
 Delete an existing udt section item
Created in NX5.0.0.
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.
void Modify (int nodeIndex)
 Modify an existing udt section item with default value

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.
int NumberOfSections ()
 Returns the number of udt section
Created in NX6.0.0.

Detailed Description

Represents a UdtSection Builder
Created in NX5.0.0.



Member Function Documentation

Create a new udt section item with default value.

Returns:
return new item position
Deprecated:
Deprecated in NX6.0.0.


Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

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::Modify ( int  nodeIndex)

Modify an existing udt section item with default value

Deprecated:
Deprecated in NX6.0.0.



Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

Parameters:
nodeIndexthe position of selected entry
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

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.