Search Results for

    Show / Hide Table of Contents

    Class StockBlockBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    StockBlockBuilder
    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.Routing
    Assembly: NXOpen.dll
    Syntax
    public class StockBlockBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    StockBlockBuilder()

    Declaration
    protected StockBlockBuilder()

    Properties

    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

    RotationAngle

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

    SpaceReservationMethodType

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

    StartObject

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

    StockMethodType

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

    StockSubType

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

    StockType

    Declaration
    public StockBlockBuilder.AssignStockType StockType { get; set; }
    Property Value
    Type Description
    StockBlockBuilder.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

    GetLibraryDefinedAttributeHolderForSpaceReservation()

    Declaration
    public AttributeHolder GetLibraryDefinedAttributeHolderForSpaceReservation()
    Returns
    Type Description
    AttributeHolder

    GetLibraryDefinedAttributeHolderForStock()

    Declaration
    public AttributeHolder GetLibraryDefinedAttributeHolderForStock()
    Returns
    Type Description
    AttributeHolder

    ResetAttributesOnLibraryDefinedAttributeHolder()

    Declaration
    public void ResetAttributesOnLibraryDefinedAttributeHolder()

    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

    SetComponentSelectedInSession(Component)

    Declaration
    public void SetComponentSelectedInSession(Component component)
    Parameters
    Type Name Description
    Component component

    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

    SetPartNumberIdentifierForSpaceReservation(String)

    Declaration
    public void SetPartNumberIdentifierForSpaceReservation(string partNumberId)
    Parameters
    Type Name Description
    System.String partNumberId

    SetPartNumberIdentifierForStock(String)

    Declaration
    public void SetPartNumberIdentifierForStock(string partNumberId)
    Parameters
    Type Name Description
    System.String partNumberId

    SetSpaceReservationSelectionSource(StockBlockBuilder.SpaceReservationSelectionSource)

    Declaration
    public void SetSpaceReservationSelectionSource(StockBlockBuilder.SpaceReservationSelectionSource stockSelectionSource)
    Parameters
    Type Name Description
    StockBlockBuilder.SpaceReservationSelectionSource stockSelectionSource

    SetStockSelectionSource(StockBlockBuilder.StockSelectionSource)

    Declaration
    public void SetStockSelectionSource(StockBlockBuilder.StockSelectionSource stockSelectionSource)
    Parameters
    Type Name Description
    StockBlockBuilder.StockSelectionSource stockSelectionSource

    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