Revolve 2 profiles

Not applicable
01-25-2018
02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Revolve 1 profile
Ptr<Profiles> profs = sketch2->profiles(); Ptr<Profile> prof = profs->item(0); Ptr<RevolveFeatures> revolves = rootComp->features()->revolveFeatures(); Ptr<RevolveFeatureInput> revInput = revolves->createInput(prof, sketchLine1, FeatureOperations::NewBodyFeatureOperation); Ptr<ValueInput> angle = ValueInput::createByReal(360.0); revInput->setAngleExtent(false, angle); revolves->add(revInput);
How revolve 2 profile by 1 operation?
Thank`s.