Creates a coordinate system feature using the specified entities.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim OriginPointEntity As System.Object
Dim XAxisEntities As System.Object
Dim YAxisEntities As System.Object
Dim ZAxisEntities As System.Object
Dim value As Feature
value = instance.CreateCoordinateSystem(OriginPointEntity, XAxisEntities, YAxisEntities, ZAxisEntities) |
Parameters
- OriginPointEntity
- Entity (vertex, point, midpoint, or the default point of origin on a part or assembly) for the coordinate system origin
- XAxisEntities
- Array of entities (vertex, point, or midpoint; linear edge or sketch line; non-linear edge or sketch entity; or planar face) for the x axis
- YAxisEntities
- Array of entities (vertex, point, or midpoint; linear edge or sketch line; non-linear edge or sketch entity; or planar face) for the y axis
- ZAxisEntities
- Array of entities (vertex, point, or midpoint; linear edge or sketch line; non-linear edge or sketch entity; or planar face) for the z axis
Return Value
Feature
Example
See Also
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0