Search Results for

    Show / Hide Table of Contents

    Class EditCornerBuilder

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

    Constructors

    EditCornerBuilder()

    Declaration
    protected EditCornerBuilder()

    Properties

    BendClosureType

    Declaration
    public EditCornerBuilder.BendClosureTypeOptions BendClosureType { get; set; }
    Property Value
    Type Description
    EditCornerBuilder.BendClosureTypeOptions

    CornerReliefType

    Declaration
    public EditCornerBuilder.CornerReliefTypeOptions CornerReliefType { get; set; }
    Property Value
    Type Description
    EditCornerBuilder.CornerReliefTypeOptions

    Diameter

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

    OverlapRatio

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

    PlateClosureType

    Declaration
    public EditCornerBuilder.PlateClosureTypeOptions PlateClosureType { get; set; }
    Property Value
    Type Description
    EditCornerBuilder.PlateClosureTypeOptions

    PlateGap

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

    ReverseOverlap

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

    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

    Implements

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