Gets or sets the maximum clearance (gap) between non-touching faces or shell edges.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ClearanceValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
Dim value As System.Double
instance.ClearanceValue = value
value = instance.ClearanceValue |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWContactComponent~ClearanceValue.html# | |
---|
System.double ClearanceValue {get; set;} |
C++/CLI | |
---|
property System.double ClearanceValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Maximum clearance (gap) between non-touching faces or shell edges
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0