*CE_ConnectorSetVectorByMark
Set projection vector for connectors specified by mark.
Syntax
*CE_ConnectorSetVectorByMark markmask type i j k vector node1 node2
Type
HyperMesh Tcl Modify Command
Description
Set projection vector for connectors specified by mark.
Inputs
- markmask
- The mark of the connectors.
- type
- The method to set the vector:
- i
- 1st of 3 float number defining a vector.
- j
- 2nd of 3 float number defining a vector.
- k
- 3rd of 3 float number defining a vector.
- vector
- HyperMesh Vector entity ID.
- node1
- 1st node ID to define a vector in HyperMesh.
- node2
- 2nd node ID to define a vector in HyperMesh
Examples
*createmark(connectors, 1) 1, 2, 3
*CE_ConnectorSetVectorByMark(1, 1, 0, 0, 0, 3, 0, 0)
Projection vector for a connector will be used during realization process.