Gets or sets the units of clearance between non-touching faces.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ClearanceUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
Dim value As System.Integer
instance.ClearanceUnit = value
value = instance.ClearanceUnit |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWContactComponent~ClearanceUnit.html# | |
---|
System.int ClearanceUnit {get; set;} |
C++/CLI | |
---|
property System.int ClearanceUnit {
System.int get();
void set ( & System.int value);
} |
Property Value
Units of clearance as defined in
swsPinballUnit_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0