Search Results for

    Show / Hide Table of Contents

    Class ClosedCornerBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ClosedCornerBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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, 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.Features.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class ClosedCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ClosedCornerBuilder()

    Declaration
    protected ClosedCornerBuilder()

    Properties

    BlendMiter

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

    BlendMiterRadius

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

    ClosureType

    Declaration
    public ClosedCornerBuilder.ClosureTypeOptions ClosureType { get; set; }
    Property Value
    Type Description
    ClosedCornerBuilder.ClosureTypeOptions

    CutMethod

    Declaration
    public ClosedCornerBuilder.CutMethodTypes CutMethod { get; set; }
    Property Value
    Type Description
    ClosedCornerBuilder.CutMethodTypes

    Diameter

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

    Gap

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

    Length

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

    Length1

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

    Length2

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

    LimitEdge1

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

    LimitEdge2

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

    MiterCorner

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

    Offset

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

    Origin

    Declaration
    public ClosedCornerBuilder.OriginTypes Origin { get; set; }
    Property Value
    Type Description
    ClosedCornerBuilder.OriginTypes

    Overlap

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

    OverlapType

    Declaration
    public ClosedCornerBuilder.OverlapTypeOptions OverlapType { get; set; }
    Property Value
    Type Description
    ClosedCornerBuilder.OverlapTypeOptions

    PunchRadius

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

    RectangularLength

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

    RectangularWidth

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

    TreatmentType

    Declaration
    public ClosedCornerBuilder.TreatmentTypeOptions TreatmentType { get; set; }
    Property Value
    Type Description
    ClosedCornerBuilder.TreatmentTypeOptions

    Type

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

    VAngle1

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

    VAngle2

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

    Methods

    AddFacePair(Face, Face)

    Declaration
    public void AddFacePair(Face firstFace, Face secondFace)
    Parameters
    Type Name Description
    Face firstFace
    Face secondFace

    GetFacePair(Int32, out Face, out Face)

    Declaration
    public void GetFacePair(int index, out Face firstFace, out Face secondFace)
    Parameters
    Type Name Description
    System.Int32 index
    Face firstFace
    Face secondFace

    GetNumberOfFacePairs()

    Declaration
    public int GetNumberOfFacePairs()
    Returns
    Type Description
    System.Int32

    RemoveFacePair(Face, Face)

    Declaration
    public void RemoveFacePair(Face firstFace, Face secondFace)
    Parameters
    Type Name Description
    Face firstFace
    Face secondFace

    ValidateBuilderData()

    Declaration
    public int ValidateBuilderData()
    Returns
    Type Description
    System.Int32

    Implements

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