Search Results for

    Show / Hide Table of Contents

    Class PathStockPreferenceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PathStockPreferenceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 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
    Type Description
    PathStockPreferenceBuilder.AssignMethod

    Diameter

    Declaration
    public Expression Diameter { get; set; }
    Property Value
    Type Description
    Expression

    FlatOvalHeight

    Declaration
    public Expression FlatOvalHeight { get; }
    Property Value
    Type Description
    Expression

    FlatOvalWidth

    Declaration
    public Expression FlatOvalWidth { get; }
    Property Value
    Type Description
    Expression

    RectangularHeight

    Declaration
    public Expression RectangularHeight { get; }
    Property Value
    Type Description
    Expression

    RectangularWidth

    Declaration
    public Expression RectangularWidth { get; }
    Property Value
    Type Description
    Expression

    SpaceReservationMethodType

    Declaration
    public PathStockPreferenceBuilder.SpaceReservationMethod SpaceReservationMethodType { get; set; }
    Property Value
    Type Description
    PathStockPreferenceBuilder.SpaceReservationMethod

    StartObject

    Declaration
    public NXObject StartObject { get; set; }
    Property Value
    Type Description
    NXObject

    StockMethodType

    Declaration
    public PathStockPreferenceBuilder.StockMethod StockMethodType { get; set; }
    Property Value
    Type Description
    PathStockPreferenceBuilder.StockMethod

    StockSubType

    Declaration
    public PathStockPreferenceBuilder.AssignStockSubType StockSubType { get; set; }
    Property Value
    Type Description
    PathStockPreferenceBuilder.AssignStockSubType

    StockType

    Declaration
    public PathStockPreferenceBuilder.AssignStockType StockType { get; set; }
    Property Value
    Type Description
    PathStockPreferenceBuilder.AssignStockType

    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
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX