NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.CAM.UdtSectionBuilder Class Reference

Represents a UdtSection Builder More...

Inheritance diagram for NXOpen.CAM.UdtSectionBuilder:

Public Member Functions

unsafe void Delete (int nodeIndex)
 Delete an existing udt section item More...
 
unsafe void Get (int index, out double length, out double angle, out double radius, out double sweep)
 Get the values of an existing udt section item More...
 
unsafe int CreateWithParameter (double length, double angle, double radius, double sweep)
 Create a new udt section item with parameter More...
 
unsafe void ModifyWithParameter (int index, double length, double angle, double radius, double sweep)
 Modify an existing udt section item with parameter More...
 

Properties

unsafe int NumberOfSections [get]
 Returns the number of udt section More...
 

Detailed Description

Represents a UdtSection Builder

Created in NX5.0.0

Member Function Documentation

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

Create a new udt section item with parameter

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
lengththe length
anglethe angle
radiusthe radius
sweepthe sweep
Returns
return new item position
unsafe 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
unsafe void NXOpen.CAM.UdtSectionBuilder.Get ( int  index,
out double  length,
out double  angle,
out double  radius,
out 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
unsafe 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

Property Documentation

unsafe int NXOpen.CAM.UdtSectionBuilder.NumberOfSections
get

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.