Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update error while extracting a face in CAA

Status
Not open for further replies.

22555

Automotive
Dec 17, 2003
24
US
Hi

While trying to extract a face in CAA, I get an update error. If updating is commented and Extract feature does not have face selected in CATIA.

Any help would be appreciated, Thanks

CATFace_var pFace(FacesList[facesIdx]);

const CATIGSMExtractSolidePropag Proptype = ExtractSolide_TangentPropag;
CATISpecObject_var spExtractspec(pFace);
CATISpecObject_var spExtract = spGsmFact->CreateExtractSolide(spExtractspec, Proptype);


CATIGSMProceduralView_var curobj = spExtract;
if (NULL_var != curobj) {
rc = curobj->InsertInProceduralView();
spExtract->Update();
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top