Search Results for

    Show / Hide Table of Contents

    Class RouteSweptFoldBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RouteSweptFoldBuilder
    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 RouteSweptFoldBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RouteSweptFoldBuilder()

    Declaration
    protected RouteSweptFoldBuilder()

    Properties

    BendAngle

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

    BendRadius

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

    FoldLocation

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

    FoldRotationAngle

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

    FoldStartRotationAngle

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

    LengthAdjustment

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

    ReverseBendAngle

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

    ReverseFixedSegment

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

    ReverseFoldRotationAngle

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

    Spline

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

    StockSelection

    Declaration
    public SelectBody StockSelection { get; }
    Property Value
    Type Description
    SelectBody

    Methods

    SetStock(Stock)

    Declaration
    public void SetStock(Stock stock)
    Parameters
    Type Name Description
    Stock stock

    Implements

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