Class CoolingDefineChannelBuilder
Inheritance
System.Object
System.MarshalByRefObject
CoolingDefineChannelBuilder
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)
Namespace: NXOpen.Tooling
Assembly: NXOpen.dll
Syntax
public class CoolingDefineChannelBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CoolingDefineChannelBuilder()
Declaration
protected CoolingDefineChannelBuilder()
Properties
AdjustBoundaryChannel
Declaration
public bool AdjustBoundaryChannel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ChannelDiameter
Declaration
public double ChannelDiameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Diameter
Declaration
public Expression Diameter { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
ExtensionSolution
Declaration
public CoolingDefineChannelBuilder.ExtensionTypes ExtensionSolution { get; set; }
Property Value
| Type | Description |
|---|---|
| CoolingDefineChannelBuilder.ExtensionTypes |
LimitBody
Declaration
public SelectBody LimitBody { get; }
Property Value
| Type | Description |
|---|---|
| SelectBody |
Motion
Declaration
public ModlMotion Motion { get; }
Property Value
| Type | Description |
|---|---|
| ModlMotion |
RemoveParameter
Declaration
public bool RemoveParameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Point |
TipAngle
Declaration
public Expression TipAngle { get; }
Property Value
| Type | Description |
|---|---|
| Expression |
TipEndType
Declaration
public CoolingDefineChannelBuilder.TipEndTypes TipEndType { get; set; }
Property Value
| Type | Description |
|---|---|
| CoolingDefineChannelBuilder.TipEndTypes |
Type
Declaration
public CoolingDefineChannelBuilder.Types Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CoolingDefineChannelBuilder.Types |
Methods
AutoGetBoundaryBody()
Declaration
public void AutoGetBoundaryBody()
SetAutoSelectBoundary(Boolean)
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 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink