Class ChannelFittingBuilder
Inheritance
System.Object
System.MarshalByRefObject
ChannelFittingBuilder
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 ChannelFittingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ChannelFittingBuilder()
Declaration
protected ChannelFittingBuilder()
Properties
BottomClearance
Declaration
public Expression BottomClearance { get; }
Property Value
Type | Description |
---|---|
Expression |
BoundaryBody
Declaration
public SelectBodyList BoundaryBody { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
FittingPoint
Declaration
public Point FittingPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ParentChannel
Declaration
public SelectBodyList ParentChannel { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
SearchBoundaryBodies
Declaration
public bool SearchBoundaryBodies { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TopClearance
Declaration
public Expression TopClearance { get; }
Property Value
Type | Description |
---|---|
Expression |
UseSymbol
Declaration
public bool UseSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateCoolingFittingData()
Declaration
public CoolingFittingData CreateCoolingFittingData()
Returns
Type | Description |
---|---|
CoolingFittingData |
CreateFittingPoints()
Declaration
public void CreateFittingPoints()
GetCoolingFittingData()
Declaration
public CoolingFittingData GetCoolingFittingData()
Returns
Type | Description |
---|---|
CoolingFittingData |
Implements
System.Runtime.Remoting.Messaging.IMessageSink