Search Results for

    Show / Hide Table of Contents

    Class OverstockBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    OverstockBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 OverstockBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    OverstockBuilder()

    Declaration
    protected OverstockBuilder()

    Properties

    ApplicationMethod

    Declaration
    public OverstockBuilder.ApplicationType ApplicationMethod { get; set; }
    Property Value
    Type Description
    OverstockBuilder.ApplicationType

    DefiningPoint

    Declaration
    public OnPathDimensionBuilder DefiningPoint { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    Distance

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

    DistanceLock

    Declaration
    public bool DistanceLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    EndOffset

    Declaration
    public OnPathDimensionBuilder EndOffset { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    EndOffsetLock

    Declaration
    public bool EndOffsetLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    EndPoint

    Declaration
    public OnPathDimensionBuilder EndPoint { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    FlipStock

    Declaration
    public bool FlipStock { get; set; }
    Property Value
    Type Description
    System.Boolean

    Gap

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

    GapDistance

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

    GapLock

    Declaration
    public bool GapLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    IntervalPieceLength

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

    NumberOfPieces

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

    NumberOfPiecesLock

    Declaration
    public bool NumberOfPiecesLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    NumberOfWraps

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

    OverlapPercentage

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

    PathCurve

    Declaration
    public Curve PathCurve { get; }
    Property Value
    Type Description
    Curve

    PieceLength

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

    PieceLengthLock

    Declaration
    public bool PieceLengthLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    PointDefines

    Declaration
    public OverstockBuilder.PointType PointDefines { get; set; }
    Property Value
    Type Description
    OverstockBuilder.PointType

    RotationValue

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

    SegmentCollector

    Declaration
    public RouteObjectCollector SegmentCollector { get; }
    Property Value
    Type Description
    RouteObjectCollector

    StartOffset

    Declaration
    public OnPathDimensionBuilder StartOffset { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    StartOffsetLock

    Declaration
    public bool StartOffsetLock { get; set; }
    Property Value
    Type Description
    System.Boolean

    StartPoint

    Declaration
    public OnPathDimensionBuilder StartPoint { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    StockAnchor

    Declaration
    public string StockAnchor { get; set; }
    Property Value
    Type Description
    System.String

    StockSettings

    Declaration
    public PathStockBuilder StockSettings { get; set; }
    Property Value
    Type Description
    PathStockBuilder

    SwapProfile

    Declaration
    public bool SwapProfile { get; set; }
    Property Value
    Type Description
    System.Boolean

    SwitchStartEnd

    Declaration
    public bool SwitchStartEnd { get; set; }
    Property Value
    Type Description
    System.Boolean

    WrapMethod

    Declaration
    public OverstockBuilder.WrapType WrapMethod { get; set; }
    Property Value
    Type Description
    OverstockBuilder.WrapType

    Methods

    GetCoveredStocks()

    Declaration
    public Stock[] GetCoveredStocks()
    Returns
    Type Description
    Stock[]

    GetNumberOfLayers()

    Declaration
    public Expression GetNumberOfLayers()
    Returns
    Type Description
    Expression

    IsOverlapDefinedByNumberOfLayers()

    Declaration
    public bool IsOverlapDefinedByNumberOfLayers()
    Returns
    Type Description
    System.Boolean

    SetCoveredStocks(Stock[])

    Declaration
    public void SetCoveredStocks(Stock[] stocks)
    Parameters
    Type Name Description
    Stock[] stocks

    SetNumberOfLayers(Expression)

    Declaration
    public void SetNumberOfLayers(Expression numberOfLayers)
    Parameters
    Type Name Description
    Expression numberOfLayers

    SetOverlapDefinedByNumberOfLayers(Boolean)

    Declaration
    public void SetOverlapDefinedByNumberOfLayers(bool isOverlapDefinedByNumberOfLayers)
    Parameters
    Type Name Description
    System.Boolean isOverlapDefinedByNumberOfLayers

    UpdatePathCurve()

    Declaration
    public void UpdatePathCurve()

    Implements

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