Class InsulationBuilder
Inheritance
InsulationBuilder
Assembly: NXOpen.dll
Syntax
public class InsulationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InsulationBuilder()
Declaration
protected InsulationBuilder()
Properties
AddInsulationOnFittings
Declaration
public bool AddInsulationOnFittings { get; set; }
Property Value
ApplicationMethod
Declaration
public InsulationBuilder.ApplicationType ApplicationMethod { get; set; }
Property Value
EndOffsetPoint
Declaration
public PathDimensionBuilder EndOffsetPoint { get; }
Property Value
EndPoint
Declaration
public PathDimensionBuilder EndPoint { get; }
Property Value
GapDistance
Declaration
public Expression GapDistance { get; }
Property Value
InsulationPartOccurrenceSelection
Declaration
public SelectComponent InsulationPartOccurrenceSelection { get; }
Property Value
OffsetMethod
Declaration
public InsulationBuilder.OffsetMethodType OffsetMethod { get; set; }
Property Value
OverlapPercentage
Declaration
public Expression OverlapPercentage { get; }
Property Value
SegmentCollector
Declaration
public RouteObjectCollector SegmentCollector { get; }
Property Value
StartOffsetPoint
Declaration
public PathDimensionBuilder StartOffsetPoint { get; }
Property Value
StartPoint
Declaration
public PathDimensionBuilder StartPoint { get; }
Property Value
StockSettings
Declaration
public StockBlockBuilder StockSettings { get; }
Property Value
SwitchStartEnd
Declaration
public bool SwitchStartEnd { get; set; }
Property Value
WrapMethod
Declaration
public InsulationBuilder.WrapType WrapMethod { get; set; }
Property Value
Methods
CreateScalarPoint(Part, double[])
Declaration
public TaggedObject CreateScalarPoint(Part partToCreatePointIn, double[] pointLocation)
Parameters
Type |
Name |
Description |
Part |
partToCreatePointIn |
|
double[] |
pointLocation |
|
Returns
GetLogicalObject()
Declaration
public LogicalObject GetLogicalObject()
Returns
GetOrderedPath(out TaggedObject[])
Declaration
public void GetOrderedPath(out TaggedObject[] orderedPath)
Parameters
PreCommit()
Declaration
SuggestWrapMethodBasedOnStockSettings()
Declaration
public InsulationBuilder.WrapType SuggestWrapMethodBasedOnStockSettings()
Returns
UpdatePath()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink