Search Results for

    Show / Hide Table of Contents

    Class DrawnCutoutBuilder

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

    Constructors

    DrawnCutoutBuilder()

    Declaration
    protected DrawnCutoutBuilder()

    Properties

    CornerRadius

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

    CutoutDepth

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

    DepthType

    Declaration
    public DrawnCutoutBuilder.DepthTypeOptions DepthType { get; set; }
    Property Value
    Type Description
    DrawnCutoutBuilder.DepthTypeOptions

    FilletSectionCorners

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

    IncludeRounding

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

    MinimumToolClearance

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

    RadiusOfDie

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

    Section

    Declaration
    public Section Section { get; set; }
    Property Value
    Type Description
    Section

    SectionSide

    Declaration
    public DrawnCutoutBuilder.SectionSideOptions SectionSide { get; set; }
    Property Value
    Type Description
    DrawnCutoutBuilder.SectionSideOptions

    SideAngle

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

    SidewallType

    Declaration
    public DrawnCutoutBuilder.SidewallTypeOptions SidewallType { get; set; }
    Property Value
    Type Description
    DrawnCutoutBuilder.SidewallTypeOptions

    Sketch

    Declaration
    public SketchFeature Sketch { get; set; }
    Property Value
    Type Description
    SketchFeature

    Methods

    SetCornerRadius(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.CornerRadius instead.")]
    public void SetCornerRadius(string cornerRadius)
    Parameters
    Type Name Description
    System.String cornerRadius

    SetCutoutDepth(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.CutoutDepth instead.")]
    public void SetCutoutDepth(string depth)
    Parameters
    Type Name Description
    System.String depth

    SetRadiusOfDie(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.RadiusOfDie instead.")]
    public void SetRadiusOfDie(string dieRadius)
    Parameters
    Type Name Description
    System.String dieRadius

    SetSideAngle(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from NXOpen.Features.SheetMetal.DrawnCutoutBuilder.SideAngle instead.")]
    public void SetSideAngle(string sideAngle)
    Parameters
    Type Name Description
    System.String sideAngle

    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