Class RoutingPreferences
Inheritance
RoutingPreferences
Assembly: NXOpen.dll
Syntax
public class RoutingPreferences : NXRemotableObject, IMessageSink
Constructors
RoutingPreferences(SessionPreferences)
Declaration
protected RoutingPreferences(SessionPreferences owner)
Parameters
Properties
CurrentDiscipline
Declaration
public string CurrentDiscipline { get; set; }
Property Value
DisciplineIndex
Declaration
public int DisciplineIndex { get; set; }
Property Value
DisplayConnectedPorts
Declaration
public bool DisplayConnectedPorts { get; set; }
Property Value
InsulationTranslucency
Declaration
public int InsulationTranslucency { get; set; }
Property Value
OffsetExpressionString
Declaration
public string OffsetExpressionString { get; set; }
Property Value
PortLength
Declaration
public double PortLength { get; set; }
Property Value
SpaceReservationTranslucency
Declaration
public int SpaceReservationTranslucency { get; set; }
Property Value
StockComponentFolder
Declaration
public string StockComponentFolder { get; set; }
Property Value
StockTranslucency
Declaration
public int StockTranslucency { get; set; }
Property Value
SubdivideSegmentForFixturePartPlacement
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use NXOpen.RoutingCommon.PartPlacementBuilder.SubdivideSegmentForFixturePartPlacementFlag instead.")]
public bool SubdivideSegmentForFixturePartPlacement { get; set; }
Property Value
Tag
Declaration
Property Value
UsePreferredPortPlacement
Declaration
public bool UsePreferredPortPlacement { get; set; }
Property Value
Methods
GetAllAvailableDisciplines()
Declaration
public string[] GetAllAvailableDisciplines()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink