Search Results for

    Show / Hide Table of Contents

    Class PlateChamferBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    PlateChamferBuilder
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class PlateChamferBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    PlateChamferBuilder()

    Declaration
    protected PlateChamferBuilder()

    Properties

    AngleOption

    Declaration
    public PlateChamferBuilder.AngleMethod AngleOption { get; set; }
    Property Value
    Type Description
    PlateChamferBuilder.AngleMethod

    AngularDimension

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

    ChamferBothSides

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

    ChordalTolerance

    Declaration
    public double ChordalTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    ClearanceTolerance

    Declaration
    public double ClearanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    Depth

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

    EndPlane

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

    OffsetOption

    Declaration
    public PlateChamferBuilder.OffsetMethod OffsetOption { get; set; }
    Property Value
    Type Description
    PlateChamferBuilder.OffsetMethod

    Ratio

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

    RestDepth

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

    ReverseDirection

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

    SelectEdge

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

    SelectTarget

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

    SelectThinnerPlate

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

    SelectTool

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

    StartPlane

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

    Type

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

    UseLimits

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

    Implements

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