Inserts a chamfer.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Options As System.Integer
Dim ChamferType As System.Integer
Dim Width As System.Double
Dim Angle As System.Double
Dim OtherDist As System.Double
Dim VertexChamDist1 As System.Double
Dim VertexChamDist2 As System.Double
Dim VertexChamDist3 As System.Double
Dim value As Feature
value = instance.InsertFeatureChamfer(Options, ChamferType, Width, Angle, OtherDist, VertexChamDist1, VertexChamDist2, VertexChamDist3) |
Parameters
- Options
- Options as defined by swFeatureChamferOption_e
- ChamferType
- Chamfer type as defined by swChamferType_e
- Width
- If ChamferType is swChamferAngleDistance, then specify width of chamfer
- Angle
If ChamferType is swChamferAngleDistance, then specify the angle of the chamfer
- OtherDist
- If ChamferType is swChamferEqualDistance, then you can specify a single value so that all distances are equal
- VertexChamDist1
- If ChamferType is swChamferDistanceDistance or swChamferVertex, then specify a value for the distance on first side
- VertexChamDist2
- If ChamferType is swChamferDistanceDistance or swChamferVertex, then specify a value for the distance on second side
- VertexChamDist3
- If ChamferType is swChamferVertex, then specify a value for the distance on third side
Return Value
Pointer to the
IFeature object
Example
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0