Search Results for

    Show / Hide Table of Contents

    Class ShellTemplateBuilder

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

    Constructors

    ShellTemplateBuilder()

    Declaration
    protected ShellTemplateBuilder()

    Properties

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.Boolean

    YOffset

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

    YPlaneUserDefined

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

    Implements

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