Class CoolingDefineChannelBuilder
Inheritance
CoolingDefineChannelBuilder
Assembly: NXOpen.dll
public class CoolingDefineChannelBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected CoolingDefineChannelBuilder()
Properties
Declaration
public bool AdjustBoundaryChannel { get; set; }
Property Value
Declaration
public bool AdjustChannelStart { get; set; }
Property Value
Declaration
public double ChannelDiameter { get; set; }
Property Value
Declaration
public CoolingDefineChannelBuilder.Types ChannelType { get; set; }
Property Value
Declaration
public Expression Clearance { get; }
Property Value
Declaration
public Expression Diameter { get; }
Property Value
Declaration
public string DiameterListValue { get; set; }
Property Value
Declaration
public Expression DistanceToBoundary { get; }
Property Value
Declaration
public CoolingDefineChannelBuilder.ExtensionTypes ExtensionSolution { get; set; }
Property Value
LimitBody
Declaration
public SelectBody LimitBody { get; }
Property Value
Declaration
public ModlMotion Motion { get; }
Property Value
Declaration
public bool RemoveParameter { get; set; }
Property Value
Declaration
public Point StartPoint { get; set; }
Property Value
Declaration
public Expression TipAngle { get; }
Property Value
Declaration
public CoolingDefineChannelBuilder.TipEndTypes TipEndType { get; set; }
Property Value
Declaration
public CoolingDefineChannelBuilder.Types Type { get; set; }
Property Value
Methods
AutoGetBoundaryBody()
Declaration
public void AutoGetBoundaryBody()
Declaration
public void SetAutoSelectBoundary(bool autoSelectBoundary)
Parameters
Type |
Name |
Description |
bool |
autoSelectBoundary |
|
SetBoundaryBody(Body)
Declaration
public void SetBoundaryBody(Body body)
Parameters
Type |
Name |
Description |
Body |
body |
|
Declaration
public void SetBoundaryClosePointsToChannel(Point3d closeToTipEnd, Point3d closeToHandle)
Parameters
Declaration
public void SetChannelCreationParameters(Vector3d channelTipVector, Point3d channelStartPt, Point3d channelEndPt, Point3d tipLocation)
Parameters
Declaration
public void SetNXVersionNumber(int version)
Parameters
Type |
Name |
Description |
int |
version |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink