Class ForceCalculationBuilder
Inheritance
System.Object
System.MarshalByRefObject
ForceCalculationBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class ForceCalculationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ForceCalculationBuilder()
Declaration
protected ForceCalculationBuilder()
Properties
CalculationType
Declaration
public ForceCalculationBuilder.CalculationTypes CalculationType { get; set; }
Property Value
| Type | Description |
|---|---|
| ForceCalculationBuilder.CalculationTypes |
CuttingPerimeter
Declaration
public string CuttingPerimeter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DecimalPlaces
Declaration
public int DecimalPlaces { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ForceProcess
Declaration
public SelectFaceList ForceProcess { get; }
Property Value
| Type | Description |
|---|---|
| SelectFaceList |
GravityCenter
Declaration
public string GravityCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HoldingForce
Declaration
public string HoldingForce { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Parameter
Declaration
public string Parameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParameterText
Declaration
public string ParameterText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessFace
Declaration
public ScCollector ProcessFace { get; }
Property Value
| Type | Description |
|---|---|
| ScCollector |
ProcessForce
Declaration
public string ProcessForce { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessName
Declaration
public string ProcessName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessType
Declaration
public ForceCalculationBuilder.ProcessTypes ProcessType { get; set; }
Property Value
| Type | Description |
|---|---|
| ForceCalculationBuilder.ProcessTypes |
TotalForce
Declaration
public string TotalForce { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TotalForceCenter
Declaration
public string TotalForceCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink