Search Results for

    Show / Hide Table of Contents

    Class DimpleBuilder

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

    Constructors

    DimpleBuilder()

    Declaration
    protected DimpleBuilder()

    Properties

    DepthType

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

    DimensionType

    Declaration
    public DimpleBuilder.DimensionTypeOptions DimensionType { get; set; }
    Property Value
    Type Description
    DimpleBuilder.DimensionTypeOptions

    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

    Section

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

    SectionSide

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

    SidewallType

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

    Sketch

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

    Methods

    GetDepth()

    Declaration
    public Expression GetDepth()
    Returns
    Type Description
    Expression

    GetDieRadius()

    Declaration
    public Expression GetDieRadius()
    Returns
    Type Description
    Expression

    GetFilletRadius()

    Declaration
    public Expression GetFilletRadius()
    Returns
    Type Description
    Expression

    GetPunchRadius()

    Declaration
    public Expression GetPunchRadius()
    Returns
    Type Description
    Expression

    GetTaperAngle()

    Declaration
    public Expression GetTaperAngle()
    Returns
    Type Description
    Expression

    SetDepth(String)

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

    SetDieRadius(String)

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

    SetFilletRadius(String)

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

    SetPunchRadius(String)

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

    SetTaperAngle(String)

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

    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