Chamfer isFlipped parameter gives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to analyze my chamfers and want to access the .isFlipped attribute as follows: flip_sides = edge_set.isFlipped.
However, i continually get an InternalValidationError : res.
Here is my trying to investigate:
However, that outputs the following:
distanceOne: <adsk.fusion.ModelParameter; proxy of <Swig Object of type 'adsk::core::Ptr<adsk::fusion::ModelParameter > *' at 0x2dd29d560> >
distanceTwo: <adsk.fusion.ModelParameter; proxy of <Swig Object of type 'adsk::core::Ptr<adsk::fusion::ModelParameter > *' at 0x2dd29dce0> >
edges: <adsk.core.ObjectCollection; proxy of <Swig Object of type 'adsk::core::Ptr< adsk::core::ObjectCollection > *' at 0x2dd29d920> >
isFlipped: Unable to retrieve value
isTangentChain: True
isValid: True
objectType: adsk::fusion::TwoDistancesChamferEdgeSet
this: <Swig Object of type 'adsk::core::Ptr< adsk::fusion::TwoDistancesChamferEdgeSet > *' at 0x2dd29d8c0>
thisown: True
Error accessing isFlipped: <lambda>() takes 1 positional argument but 2 were given
Error: 2 : InternalValidationError : res
Any help on solving this would be amazing!