Class MorphMeshConstraintBuilder
Inheritance
System.Object
System.MarshalByRefObject
MorphMeshConstraintBuilder
Inherited Members
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 MorphMeshConstraintBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MorphMeshConstraintBuilder()
Declaration
protected MorphMeshConstraintBuilder()
Properties
ConstraintLine
Declaration
public SelectLine ConstraintLine { get; }
Property Value
Type | Description |
---|---|
SelectLine |
ConstraintPlane
Declaration
public Plane ConstraintPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
ConstraintPoint
Declaration
public Point ConstraintPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
SelectCageObject
Declaration
public SelectCageObjectData SelectCageObject { get; }
Property Value
Type | Description |
---|---|
SelectCageObjectData |
Type
Declaration
public MorphMeshConstraintBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
MorphMeshConstraintBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink