Class CoolingDefineChannelBuilder
Inheritance
System.Object
System.MarshalByRefObject
CoolingDefineChannelBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
public class CoolingDefineChannelBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected CoolingDefineChannelBuilder()
Properties
Declaration
public bool AdjustBoundaryChannel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool AdjustChannelStart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double ChannelDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public CoolingDefineChannelBuilder.Types ChannelType { get; set; }
Property Value
Declaration
public Expression Diameter { get; }
Property Value
Declaration
public string DiameterListValue { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.Boolean |
|
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 |
System.Boolean |
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 |
System.Int32 |
version |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink