DiscussionsIssue archiveOther usage issues

Archived discussion

STEPCAFControler

Other usage issuesWed, 11/21/2012 - 02:541 reply

Browse this forum
QuestionAuthor

Hi,
I have a problem with STEPCAFControl_Reader and _Writer.

I have only the color from the last file:

STEPCAFControl_Controller ();
STEPControl_StepModelType mode = STEPControl_AsIs;
STEPCAFControl_Writer myStepWriter;

myStepWriter.SetColorMode(true);
myStepWriter.SetNameMode(true);

myStepWriter.Transfer(new,mode);
myStepWriter.Transfer(old,mode);
myStepWriter.Transfer(res,mode);

IFSelect_ReturnStatus stat = myStepWriter.Write(filePath);

I use the same code from the IGESCAFControl_Reader ...

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

please help. ....