Class CreatePathBuilder
Inheritance
System.Object
System.MarshalByRefObject
CreatePathBuilder
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.RoutingCommon
Assembly: NXOpen.dll
Syntax
public class CreatePathBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CreatePathBuilder()
Declaration
protected CreatePathBuilder()
Properties
BendCornerSettings
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.RoutingCommon.CreatePathBuilder.CornerSettings instead.")]
public BendCornerTypeBuilder BendCornerSettings { get; }
Property Value
Type | Description |
---|---|
BendCornerTypeBuilder |
CornerSettings
Declaration
public CornerBuilder CornerSettings { get; }
Property Value
Type | Description |
---|---|
CornerBuilder |
PathStockBuilder
Declaration
public StockBuilder PathStockBuilder { get; }
Property Value
Type | Description |
---|---|
StockBuilder |
PathTransitionListManagerBuilder
Declaration
public PathTransitionListManagerBuilder PathTransitionListManagerBuilder { get; }
Property Value
Type | Description |
---|---|
PathTransitionListManagerBuilder |
StockSettings
Declaration
public StockBlockBuilder StockSettings { get; }
Property Value
Type | Description |
---|---|
StockBlockBuilder |
Methods
CreatePathTransitionManagerBuilder(Part, Component, Part)
Declaration
public PathTransitionListManagerBuilder CreatePathTransitionManagerBuilder(Part workPart, Component workOcc, Part displayPart)
Parameters
Type | Name | Description |
---|---|---|
Part | workPart | |
Component | workOcc | |
Part | displayPart |
Returns
Type | Description |
---|---|
PathTransitionListManagerBuilder |
GetBendCornerAttributes(out NXObject.AttributeInformation[])
Declaration
public void GetBendCornerAttributes(out NXObject.AttributeInformation[] attributes)
Parameters
Type | Name | Description |
---|---|---|
NXObject.AttributeInformation[] | attributes |
GetLogicalConnection()
Declaration
public TaggedObject GetLogicalConnection()
Returns
Type | Description |
---|---|
TaggedObject |
GetLogicalObjects(out LogicalObject[])
Declaration
public void GetLogicalObjects(out LogicalObject[] logicalObjects)
Parameters
Type | Name | Description |
---|---|---|
LogicalObject[] | logicalObjects |
PreCommit()
Declaration
public void PreCommit()
RemoveBendCornerAttributes(Corner[])
Declaration
public void RemoveBendCornerAttributes(Corner[] corners)
Parameters
Type | Name | Description |
---|---|---|
Corner[] | corners |
SetBendCornerAttributes(NXObject.AttributeInformation[])
Declaration
public void SetBendCornerAttributes(NXObject.AttributeInformation[] attributes)
Parameters
Type | Name | Description |
---|---|---|
NXObject.AttributeInformation[] | attributes |
SetLogicalConnection(TaggedObject)
Declaration
public void SetLogicalConnection(TaggedObject connection)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject | connection |
Implements
System.Runtime.Remoting.Messaging.IMessageSink