Class PathStockPreferenceBuilder
Inheritance
System.Object
System.MarshalByRefObject
PathStockPreferenceBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class PathStockPreferenceBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
PathStockPreferenceBuilder()
Declaration
protected PathStockPreferenceBuilder()
Properties
AssignStockMethod
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.MechanicalRouting.PathStockPreferenceBuilder.StockMethodType instead.")]
public PathStockPreferenceBuilder.AssignMethod AssignStockMethod { get; set; }
Property Value
Diameter
Declaration
public Expression Diameter { get; set; }
Property Value
FlatOvalHeight
Declaration
public Expression FlatOvalHeight { get; }
Property Value
FlatOvalWidth
Declaration
public Expression FlatOvalWidth { get; }
Property Value
RectangularHeight
Declaration
public Expression RectangularHeight { get; }
Property Value
RectangularWidth
Declaration
public Expression RectangularWidth { get; }
Property Value
SpaceReservationMethodType
Declaration
public PathStockPreferenceBuilder.SpaceReservationMethod SpaceReservationMethodType { get; set; }
Property Value
StartObject
Declaration
public NXObject StartObject { get; set; }
Property Value
StockMethodType
Declaration
public PathStockPreferenceBuilder.StockMethod StockMethodType { get; set; }
Property Value
StockSubType
Declaration
public PathStockPreferenceBuilder.AssignStockSubType StockSubType { get; set; }
Property Value
StockType
Declaration
public PathStockPreferenceBuilder.AssignStockType StockType { get; set; }
Property Value
Methods
GetClassificationObjectIdentifierForSpaceReservation()
Declaration
public string GetClassificationObjectIdentifierForSpaceReservation()
Returns
Type |
Description |
System.String |
|
GetClassificationObjectIdentifierForStock()
Declaration
public string GetClassificationObjectIdentifierForStock()
Returns
Type |
Description |
System.String |
|
GetFileSpecificationOfSpaceReservationToPlace()
Declaration
public string GetFileSpecificationOfSpaceReservationToPlace()
Returns
Type |
Description |
System.String |
|
GetFileSpecificationOfStockToPlace()
Declaration
public string GetFileSpecificationOfStockToPlace()
Returns
Type |
Description |
System.String |
|
SetClassificationObjectIdentifier(String)
Declaration
[Obsolete("Deprecated in NX11.0.1. Use NXOpen.MechanicalRouting.PathStockPreferenceBuilder.SetClassificationObjectIdentifierForStock instead.")]
public void SetClassificationObjectIdentifier(string classificationObjectId)
Parameters
Type |
Name |
Description |
System.String |
classificationObjectId |
|
SetClassificationObjectIdentifierForSpaceReservation(String)
Declaration
public void SetClassificationObjectIdentifierForSpaceReservation(string classificationObjectId)
Parameters
Type |
Name |
Description |
System.String |
classificationObjectId |
|
SetClassificationObjectIdentifierForStock(String)
Declaration
public void SetClassificationObjectIdentifierForStock(string classificationObjectId)
Parameters
Type |
Name |
Description |
System.String |
classificationObjectId |
|
SetFileSpecificationOfSpaceReservationToPlace(String)
Declaration
public void SetFileSpecificationOfSpaceReservationToPlace(string filename)
Parameters
Type |
Name |
Description |
System.String |
filename |
|
SetFileSpecificationOfStockToPlace(String)
Declaration
public void SetFileSpecificationOfStockToPlace(string filename)
Parameters
Type |
Name |
Description |
System.String |
filename |
|
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink