Gets or sets the chamfer distance or fillet radius of the corner of this end-cap feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ChamferDistance As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IEndCapFeatureData
Dim value As System.Double
instance.ChamferDistance = value
value = instance.ChamferDistance |
C# | |
---|
System.double ChamferDistance {get; set;} |
C++/CLI | |
---|
property System.double ChamferDistance {
System.double get();
void set ( & System.double value);
} |
Property Value
Chamfer distance if
IEndCapFeatureData::UseChamferCorners is true; fillet radius if IEndCapFeatureData::UseChamferCorners is false
Example
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0