You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not completely. Those define the linear and radial dimension objects. Defining them alone is not enough, we need to add them to the entities collection to actually add them to the model. There is currently no method to do so.
Is there any information on if and/or when this issue will be addressed?
Some parts of certain projects I'm working on are now simply impossible to implement, because I cannot actually add dimension objects to the entities collection.
I've been looking for a workaround for some time now, but have been unable to find one. If one does exist, I'd love to hear about it!
The C API currently offers no method to actually add a newly created dimension (linear or radial) to the entities collection.
In the Ruby API we can use
add_dimension_linear
andadd_dimension_radial
.This functionality is not available in the C API, which makes working with dimensions impossible.
Please add
SUEntitiesAddDimension
methods to add newly created dimensions to the entities collection.The text was updated successfully, but these errors were encountered: