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.MechanicalRouting
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.MechanicalRouting.CreatePathBuilder.CornerSettings instead.")]
public BendCornerTypeBuilder BendCornerSettings { get; }
Property Value
| Type | Description |
|---|---|
| BendCornerTypeBuilder |
CornerSettings
Declaration
public CornerBuilder CornerSettings { get; }
Property Value
| Type | Description |
|---|---|
| CornerBuilder |
PathTransitionListManagerBuilder
Declaration
public PathTransitionListManagerBuilder PathTransitionListManagerBuilder { get; }
Property Value
| Type | Description |
|---|---|
| PathTransitionListManagerBuilder |
PlaceDefaultElbow
Declaration
public bool PlaceDefaultElbow { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SimplifyPath
Declaration
public bool SimplifyPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SnapAngle
Declaration
public double SnapAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SnapToElbowAngles
Declaration
public bool SnapToElbowAngles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
StockSettings
Declaration
public PathStockPreferenceBuilder StockSettings { get; }
Property Value
| Type | Description |
|---|---|
| PathStockPreferenceBuilder |
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 |
GetLogicalObjects(out LogicalObject[])
Declaration
public void GetLogicalObjects(out LogicalObject[] logicalObjects)
Parameters
| Type | Name | Description |
|---|---|---|
| LogicalObject[] | logicalObjects |
PreCommit()
Declaration
public void PreCommit()
Implements
System.Runtime.Remoting.Messaging.IMessageSink