How to create a Coordinate System in Assembly mode using VB.NET in CREO-2.0
Hai,
I am working on an customization project in CREO. Currently i am facing an issue to how to create few coordinate system's using the default CSYS available in the assembly mode.
When i went through the VB.API document i found few API'S which can be used to create CSYS. But as i am new to this i am not able to pass values to this API'S
I am listing those API'S here if any body has used any of these please guide me in this.
IpfcCoordSysFeat.OffsetType
EpfcDTMCSYS_OFFSET_CARTESIAN
EpfcDTMCSYS_MOVE_TRAN_X, EpfcDTMCSYS_MOVE_TRAN_Y, and
EpfcDTMCSYS_MOVE_TRAN_Z or EpfcDTMCSYS_MOVE_ROT_X, EpfcDTMCSYS_MOVE_ROT_Y, and
EpfcDTMCSYS_MOVE_ROT_Z
With Regards
Aghil.m

