Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep 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
Joined
Dec 17, 2003
Messages
24
Location
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