NX Open C++ Reference Guide
|
The builder class for Cooling Define Channel which assists you to create channels directly. More...
Public Member Functions | |
double | ChannelDiameter () |
Returns the channel diameter Created in NX7.5.0. | |
NXOpen::GeometricUtilities::ModlMotion * | Motion () |
Returns the object which defines the transformation from start point to end point. | |
void | SetChannelDiameter (double channelDiameter) |
Sets the channel diameter Created in NX7.5.0. | |
void | SetStartPoint (NXOpen::Point *startPoint) |
Sets the point as the start position of the channel. | |
NXOpen::Point * | StartPoint () |
Returns the point as the start position of the channel. |
The builder class for Cooling Define Channel which assists you to create channels directly.
To create a new instance of this class, use Tooling::CoolingDefineChannelCollection::CreateCoolingDefineChannelBuilder
Default values.
Property | Value |
---|---|
ChannelDiameter |
10 |
Motion.DeltaEnum |
ReferenceWcsWorkPart |
Motion.DeltaXc.Value |
0.0 |
Motion.DeltaYc.Value |
0.0 |
Motion.DeltaZc.Value |
0.0 |
Created in NX7.5.0.
Returns the channel diameter
Created in NX7.5.0.
License requirements : None
Returns the object which defines the transformation from start point to end point.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::CoolingDefineChannelBuilder::SetChannelDiameter | ( | double | channelDiameter | ) |
Sets the channel diameter
Created in NX7.5.0.
License requirements : None
channelDiameter | channeldiameter |
void NXOpen::Tooling::CoolingDefineChannelBuilder::SetStartPoint | ( | NXOpen::Point * | startPoint | ) |
Sets the point as the start position of the channel.
Created in NX7.5.0.
License requirements : None
startPoint | startpoint |
Returns the point as the start position of the channel.
Created in NX7.5.0.
License requirements : None