Search Results for

    Show / Hide Table of Contents

    Class OvercrownBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    OvercrownBuilder
    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
    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
    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
    double

    Height

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    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
    int

    ShapeControl

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