Search Results for

    Show / Hide Table of Contents

    Class ShellTemplateBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ShellTemplateBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class ShellTemplateBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ShellTemplateBuilder()

    Declaration
    protected ShellTemplateBuilder()

    Properties

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    double

    CoordinateSystem

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

    CornerCutType

    Declaration
    public ShellTemplateBuilder.CornerCutTypes CornerCutType { get; set; }
    Property Value
    Type Description
    ShellTemplateBuilder.CornerCutTypes

    CreateSeparateParts

    Declaration
    public bool CreateSeparateParts { get; set; }
    Property Value
    Type Description
    bool

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    double

    EndXTemplateOffset

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

    EndYTemplateOffset

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

    MarkingLinesDirectionType

    Declaration
    public ShellTemplateBuilder.MarkingTypes MarkingLinesDirectionType { get; set; }
    Property Value
    Type Description
    ShellTemplateBuilder.MarkingTypes

    PlaneAutomatic

    Declaration
    public SelectIBasePlaneList PlaneAutomatic { get; }
    Property Value
    Type Description
    SelectIBasePlaneList

    PlaneMethod

    Declaration
    public ShellTemplateBuilder.PlaneLocationTypes PlaneMethod { get; set; }
    Property Value
    Type Description
    ShellTemplateBuilder.PlaneLocationTypes

    SightLineCutType

    Declaration
    public ShellTemplateBuilder.SightLineCutTypes SightLineCutType { get; set; }
    Property Value
    Type Description
    ShellTemplateBuilder.SightLineCutTypes

    SpecifyXPlane

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

    SpecifyYPlane

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

    StartXTemplateOffset

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

    StartYTemplateOffset

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

    Surface

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

    TemplateSetName

    Declaration
    public string TemplateSetName { get; set; }
    Property Value
    Type Description
    string

    Thickness

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

    Type

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

    XOffset

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

    XPlaneUserDefined

    Declaration
    public bool XPlaneUserDefined { get; set; }
    Property Value
    Type Description
    bool

    YOffset

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

    YPlaneUserDefined

    Declaration
    public bool YPlaneUserDefined { get; set; }
    Property Value
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX