Search Results for

    Show / Hide Table of Contents

    Class PenetrationCutoutBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PenetrationCutoutBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 PenetrationCutoutBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PenetrationCutoutBuilder()

    Declaration
    protected PenetrationCutoutBuilder()

    Properties

    CornerRadius

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

    CoutoutType

    Declaration
    public PenetrationRequest.CoutoutType CoutoutType { get; set; }
    Property Value
    Type Description
    PenetrationRequest.CoutoutType

    Diameter

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

    DirectionType

    Declaration
    public PenetrationRequest.DirectionType DirectionType { get; set; }
    Property Value
    Type Description
    PenetrationRequest.DirectionType

    Height

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

    HoleSubType

    Declaration
    public string HoleSubType { get; set; }
    Property Value
    Type Description
    System.String

    HoleType

    Declaration
    public string HoleType { get; set; }
    Property Value
    Type Description
    System.String

    HorizontalDirection

    Declaration
    public Direction HorizontalDirection { get; set; }
    Property Value
    Type Description
    Direction

    ModifiedSketch

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

    Offset

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

    Orientation

    Declaration
    public Direction Orientation { get; set; }
    Property Value
    Type Description
    Direction

    Radius

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

    Sketch

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

    Width

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

    Methods

    AddNonIntersectedStructure(Body)

    Declaration
    public void AddNonIntersectedStructure(Body structure)
    Parameters
    Type Name Description
    Body structure

    RemoveNonIntersectedStructures()

    Declaration
    public void RemoveNonIntersectedStructures()

    SetDialogType(PenetrationRequestBuilder.RequestDialogType)

    Declaration
    public void SetDialogType(PenetrationRequestBuilder.RequestDialogType dialogType)
    Parameters
    Type Name Description
    PenetrationRequestBuilder.RequestDialogType dialogType

    Implements

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