Gets or sets the type of coordinate system used to define this force of nonuniform distribution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EquationCoordinateSystemType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWForce
Dim value As System.Integer
instance.EquationCoordinateSystemType = value
value = instance.EquationCoordinateSystemType |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWForce~EquationCoordinateSystemType.html# | |
---|
System.int EquationCoordinateSystemType {get; set;} |
C++/CLI | |
---|
property System.int EquationCoordinateSystemType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of coordinate system as defined in
swsCoordinateType_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0