Class GeneralEquationOperationBuilder
Inheritance
System.Object
System.MarshalByRefObject
GeneralEquationOperationBuilder
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.Implicit
Assembly: NXOpen.dll
Syntax
public class GeneralEquationOperationBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
GeneralEquationOperationBuilder()
Declaration
protected GeneralEquationOperationBuilder()
Properties
BoundaryBody
Declaration
public ScCollector BoundaryBody { get; }
Property Value
Type | Description |
---|---|
ScCollector |
BoundaryOption
Declaration
public GeneralEquationOperationBuilder.BoundaryOptionsEnum BoundaryOption { get; set; }
Property Value
Type | Description |
---|---|
GeneralEquationOperationBuilder.BoundaryOptionsEnum |
LocationAndOrientation
Declaration
public CoordinateSystem LocationAndOrientation { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
SizeX
Declaration
public Expression SizeX { get; }
Property Value
Type | Description |
---|---|
Expression |
SizeY
Declaration
public Expression SizeY { get; }
Property Value
Type | Description |
---|---|
Expression |
SizeZ
Declaration
public Expression SizeZ { get; }
Property Value
Type | Description |
---|---|
Expression |
Thickness
Declaration
public Expression Thickness { get; }
Property Value
Type | Description |
---|---|
Expression |
ThicknessFactor
Declaration
public Expression ThicknessFactor { get; }
Property Value
Type | Description |
---|---|
Expression |
ThicknessMethod
Declaration
public GeneralEquationOperationBuilder.ThicknessMethodType ThicknessMethod { get; set; }
Property Value
Type | Description |
---|---|
GeneralEquationOperationBuilder.ThicknessMethodType |
UniformRange
Declaration
public bool UniformRange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UniformSize
Declaration
public Expression UniformSize { get; }
Property Value
Type | Description |
---|---|
Expression |
UserExpression
Declaration
public EquationEditorBuilder UserExpression { get; }
Property Value
Type | Description |
---|---|
EquationEditorBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink