Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the following code that attempts to create a radial dimension:
offsetB = sketch.sketchDimensions.addRadialDimension(outerCircle, outerC.geometry) offsetB.parameter.expression = someExpression
I keep getting an error that offsetB.paramter is a noneType object and has no attribute expression. I am trying to use the radial dimension in the same way I'd use a length dimension, is that incorrect? Why is the parameter a noneType object?
Solved! Go to Solution.