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

Represents a StepParams Builder More...

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

Public Member Functions

unsafe int Add (int inputIndex, double diameter, double length, double angle, double radius)
 Create a new step params item More...
 
unsafe void Delete (int nodeIndex)
 Delete an existing step params item More...
 
unsafe void Get (int step, out double diameter, out double length, out double angle, out double cornerRadius)
 Get the values of an existing step params item More...
 
unsafe void Modify (int nodeIndex, double diameter, double length, double angle, double radius)
 Modify an existing step params item More...
 
unsafe void MoveDown (int index)
 Move down a step params item More...
 
unsafe void MoveUp (int index)
 Move up a step params item 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 NumberOfSteps [get]
 Returns the number of step params 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 StepParams Builder

Created in NX5.0.0

Member Function Documentation

unsafe int NXOpen.CAM.StepParamsBuilder.Add ( int  inputIndex,
double  diameter,
double  length,
double  angle,
double  radius 
)
inline

Create a new step params item

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
inputIndexthe inputted new created item position
diameterthe diameter
lengththe length
anglethe angle
radiusthe radius
Returns
the outputted new created item actual position,if error happens, output will be -1
unsafe void NXOpen.CAM.StepParamsBuilder.Delete ( int  nodeIndex)
inline

Delete an existing step params item

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
nodeIndexthe selected entry indx in list
unsafe void NXOpen.CAM.StepParamsBuilder.Get ( int  step,
out double  diameter,
out double  length,
out double  angle,
out double  cornerRadius 
)
inline

Get the values of an existing step params item

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
stepthe step
diameterthe diameter
lengththe length
anglethe angle
cornerRadiusthe corner radius
unsafe void NXOpen.CAM.StepParamsBuilder.Modify ( int  nodeIndex,
double  diameter,
double  length,
double  angle,
double  radius 
)
inline

Modify an existing step params item

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
nodeIndexthe index of modified step params
diameterthe diameter
lengththe length
anglethe angle
radiusthe radius
unsafe void NXOpen.CAM.StepParamsBuilder.MoveDown ( int  index)
inline

Move down a step params item

Created in NX6.0.0

License requirements: None.

Parameters
indexthe index of item which should be moved down
unsafe void NXOpen.CAM.StepParamsBuilder.MoveUp ( int  index)
inline

Move up a step params item

Created in NX6.0.0

License requirements: None.

Parameters
indexthe index of item which should be moved up

Property Documentation

unsafe int NXOpen.CAM.StepParamsBuilder.NumberOfSteps
get

Returns the number of step params

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.