Search Results for

    Show / Hide Table of Contents

    Class ShapeConstraintBuilder

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

    Constructors

    ShapeConstraintBuilder()

    Declaration
    protected ShapeConstraintBuilder()

    Properties

    DesignSpace

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

    DraftAngle

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

    DraftDrawDirection

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

    DraftPartingFace

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

    DraftPartingObjectOptions

    Declaration
    public ShapeConstraintBuilder.DraftPartingObjectType DraftPartingObjectOptions { get; set; }
    Property Value
    Type Description
    ShapeConstraintBuilder.DraftPartingObjectType

    DraftPartingPlane

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

    ExtrudeBiDirectionFlag

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

    ExtrudeDirection

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

    FirstLimitPlane

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

    MaximumDiameter

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

    MaximumWallThickness

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

    MaxOverhangAngle

    Declaration
    public ShapeConstraintBuilder.MaxOverhangAngleValue MaxOverhangAngle { get; set; }
    Property Value
    Type Description
    ShapeConstraintBuilder.MaxOverhangAngleValue

    MinimumDiameter

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

    MinimumWallThickness

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

    Name

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

    NumberOfSegments

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

    OverhangVector

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

    PlanarSymmetryInputMode

    Declaration
    public ShapeConstraintBuilder.PlanarSymmetryInputOption PlanarSymmetryInputMode { get; set; }
    Property Value
    Type Description
    ShapeConstraintBuilder.PlanarSymmetryInputOption

    PlanarSymmetryPlane1

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

    PlanarSymmetryPlane2

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

    RotationalSymmetryAxis

    Declaration
    public Axis RotationalSymmetryAxis { get; set; }
    Property Value
    Type Description
    Axis

    SecondLimitPlane

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

    SegmentLimitHelpAxis

    Declaration
    public Axis SegmentLimitHelpAxis { get; set; }
    Property Value
    Type Description
    Axis

    Type

    Declaration
    public ShapeConstraintBuilder.ConstraintType Type { get; set; }
    Property Value
    Type Description
    ShapeConstraintBuilder.ConstraintType

    UserSetName

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

    Implements

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