Sets the setback distance for the specified vertex and its edges on this variable fillet feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetSetbackVertexDistance( _
ByVal Count As Integer, _
ByVal Vtx As Vertex, _
ByRef EdgeArr As Edge, _
ByRef DistArr As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IVariableFilletFeatureData2
Dim Count As Integer
Dim Vtx As Vertex
Dim EdgeArr As Edge
Dim DistArr As Double
Dim value As Boolean
value = instance.ISetSetbackVertexDistance(Count, Vtx, EdgeArr, DistArr)
|
Parameters
- Count
- Number of setback distances
- Vtx
- Vertex for which to set the setback distance
- EdgeArr
- in-process, unmanaged C++: Pointer to an array of edges at the specified vertex (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
- DistArr
- in-process, unmanaged C++: Pointer to an array of setback distances at the specified
- VBA, VB.NET, C#, and C++/CLI: Not supported
Return Value
TRUE if setback distance is set, FALSE if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0