Class PoleSmoothingBuilder
Inheritance
System.Object
System.MarshalByRefObject
PoleSmoothingBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class PoleSmoothingBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PoleSmoothingBuilder()
Declaration
protected PoleSmoothingBuilder()
Properties
ApplyConstraintsToAll
Declaration
public bool ApplyConstraintsToAll { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ModificationPercentage
Declaration
public int ModificationPercentage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MovementVector
Declaration
public Direction MovementVector { get; set; }
Property Value
MoveOnlySelectedPoles
Declaration
public bool MoveOnlySelectedPoles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberPolesSelected
Declaration
public int NumberPolesSelected { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Poles
Declaration
public ControlPoleManagerData Poles { get; }
Property Value
SmoothingFactor
Declaration
public int SmoothingFactor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TargetFace
Declaration
public SelectFace TargetFace { get; }
Property Value
UMaxConstraint
Declaration
public Continuity UMaxConstraint { get; }
Property Value
UMinConstraint
Declaration
public Continuity UMinConstraint { get; }
Property Value
UseSpecificDirection
Declaration
public bool UseSpecificDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VMaxConstraint
Declaration
public Continuity VMaxConstraint { get; }
Property Value
VMinConstraint
Declaration
public Continuity VMinConstraint { get; }
Property Value
Methods
GetCreateNewCopy()
Declaration
public bool GetCreateNewCopy()
Returns
Type |
Description |
System.Boolean |
|
GetSelectedPolesIndex(out Int32[])
Declaration
public void GetSelectedPolesIndex(out int[] selectedPolesIndex)
Parameters
Type |
Name |
Description |
System.Int32[] |
selectedPolesIndex |
|
RemoveFeatureParameters(Face)
Declaration
public void RemoveFeatureParameters(Face face)
Parameters
Type |
Name |
Description |
Face |
face |
|
SetCreateNewCopy(Boolean)
Declaration
public void SetCreateNewCopy(bool createNewCopy)
Parameters
Type |
Name |
Description |
System.Boolean |
createNewCopy |
|
SetSelectedPolesIndex(Int32[])
Declaration
public void SetSelectedPolesIndex(int[] selectedPolesIndex)
Parameters
Type |
Name |
Description |
System.Int32[] |
selectedPolesIndex |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink