Search Results for

    Show / Hide Table of Contents

    Class NonPlanarFlangeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    NonPlanarFlangeBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    SheetmetalBaseBuilder.GetApplicationContext()
    SheetmetalBaseBuilder.SetApplicationContext(ApplicationContext)
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class NonPlanarFlangeBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    NonPlanarFlangeBuilder()

    Declaration
    protected NonPlanarFlangeBuilder()

    Properties

    Angle

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

    AngleLawType

    Declaration
    public NonPlanarFlangeBuilder.LawTypes AngleLawType { get; set; }
    Property Value
    Type Description
    NonPlanarFlangeBuilder.LawTypes

    Edges

    Declaration
    public ScCollector Edges { get; }
    Property Value
    Type Description
    ScCollector

    EndAngle

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

    EndLength

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

    EndRadius

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

    Length

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

    LengthLawType

    Declaration
    public NonPlanarFlangeBuilder.LawTypes LengthLawType { get; set; }
    Property Value
    Type Description
    NonPlanarFlangeBuilder.LawTypes

    LengthReference

    Declaration
    public NonPlanarFlangeBuilder.LengthReferences LengthReference { get; set; }
    Property Value
    Type Description
    NonPlanarFlangeBuilder.LengthReferences

    NeutralFactor

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

    Plane1

    Declaration
    public Plane Plane1 { get; set; }
    Property Value
    Type Description
    Plane

    Plane2

    Declaration
    public Plane Plane2 { get; set; }
    Property Value
    Type Description
    Plane

    PunchVector

    Declaration
    public Direction PunchVector { get; set; }
    Property Value
    Type Description
    Direction

    Radius

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

    RadiusLawType

    Declaration
    public NonPlanarFlangeBuilder.LawTypes RadiusLawType { get; set; }
    Property Value
    Type Description
    NonPlanarFlangeBuilder.LawTypes

    ReverseDirection

    Declaration
    public bool ReverseDirection { get; set; }
    Property Value
    Type Description
    bool

    StartAngle

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

    StartLength

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

    StartRadius

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

    Type

    Declaration
    public NonPlanarFlangeBuilder.Types Type { get; set; }
    Property Value
    Type Description
    NonPlanarFlangeBuilder.Types

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX