Search Results for

    Show / Hide Table of Contents

    Class OvercrownBuilder

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

    Constructors

    OvercrownBuilder()

    Declaration
    protected OvercrownBuilder()

    Properties

    AngularTolerance

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

    BaseSurface

    Declaration
    public Body BaseSurface { get; set; }
    Property Value
    Type Description
    Body

    BoundarySection

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

    ControlSurface

    Declaration
    public Body ControlSurface { get; set; }
    Property Value
    Type Description
    Body

    Direction

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

    DistanceTolerance

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

    Height

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

    OperatorControlType

    Declaration
    public OvercrownBuilder.ControlType OperatorControlType { get; set; }
    Property Value
    Type Description
    OvercrownBuilder.ControlType

    OperatorOperationType

    Declaration
    public OvercrownBuilder.OperationType OperatorOperationType { get; set; }
    Property Value
    Type Description
    OvercrownBuilder.OperationType

    OperatorOutputType

    Declaration
    public OvercrownBuilder.OutputType OperatorOutputType { get; set; }
    Property Value
    Type Description
    OvercrownBuilder.OutputType

    OperatorTransitionType

    Declaration
    public OvercrownBuilder.TransitionType OperatorTransitionType { get; set; }
    Property Value
    Type Description
    OvercrownBuilder.TransitionType

    PointInFormingRegion

    Declaration
    public NXObject PointInFormingRegion { get; set; }
    Property Value
    Type Description
    NXObject

    ReverseNormal

    Declaration
    public int ReverseNormal { get; set; }
    Property Value
    Type Description
    System.Int32

    ShapeControl

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

    StretchDirection

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

    Methods

    GetTargetFaces()

    Declaration
    public NXObject[] GetTargetFaces()
    Returns
    Type Description
    NXObject[]

    InitData()

    Declaration
    public void InitData()

    SetCenterPoint()

    Declaration
    public void SetCenterPoint()

    SetDefaultDirection()

    Declaration
    public void SetDefaultDirection()

    SetTargetFaces(NXObject[])

    Declaration
    public void SetTargetFaces(NXObject[] faces)
    Parameters
    Type Name Description
    NXObject[] faces

    Implements

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