Solid Edge FrameworkSupport Type Library
AddFreeSpaceConnectorByType Method
Specifies the coordinates of the start point of the connector.
Specifies the coordinates of the start point of the connector.
Specifies the coordinates of the start point of the connector.
Specifies the coordinates of the end point of the connector.
Specifies the coordinates of the end point of the connector.
Specifies the coordinates of the end point of the connector.
A member of the ConnectorTypeConstants constant set that specifies the type of connector to create.
Description
This method creates a connector in free space.
Syntax
Visual Basic
Public Function AddFreeSpaceConnectorByType( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal z1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal z2 As Double, _
   ByVal ConnectorType As ConnectorTypeConstants _
) As Connector
Parameters
x1
Specifies the coordinates of the start point of the connector.
y1
Specifies the coordinates of the start point of the connector.
z1
Specifies the coordinates of the start point of the connector.
x2
Specifies the coordinates of the end point of the connector.
y2
Specifies the coordinates of the end point of the connector.
z2
Specifies the coordinates of the end point of the connector.
ConnectorType
ValueDescription
seCornerConnector
seJumpConnector
seLineConnector
seStepConnector
A member of the ConnectorTypeConstants constant set that specifies the type of connector to create.
See Also

Connectors Collection  | Connectors Members  | Solid Edge V18 - What's New