NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAM.UdtSectionBuilder Class Reference

Represents a UdtSection Builder More...

Inheritance diagram for NXOpen.CAM.UdtSectionBuilder:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe int CreateWithParameter (double length, double angle, double radius, double sweep)
 Create a new udt section item with parameter More...
 
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 void ModifyWithParameter (int index, double length, double angle, double radius, double sweep)
 Modify an existing udt section item with parameter More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int NumberOfSections [get]
 Returns the number of udt section More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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 
)
inline

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)
inline

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 
)
inline

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 
)
inline

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