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 JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Checkmate

Status
Not open for further replies.

Bonde78

Mechanical
Joined
Apr 3, 2019
Messages
20
Location
DK
Hello all

Is it possible to insert two features in the mqc_askFeaturesByType code? As for example blend and a face blend, as they both are blend types.


 
The answer that i found is:

Code:
$feats << mqc_askFeaturesByType( "BLEND" )+mqc_askFeaturesByType("FACE_BLEND" );

 
But do anyone know why, when using mqc_askFeaturesByType("FACE_BLEND"), with the mqc_askBlendRadius() the face blend would give me a value of -1 in the radius, but with the edge blend it gives me the right value of the radius.
 
Thank you for your answer!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top