Using an analysis feature in sketcher relation
Using an analysis feature in sketcher relation
(OP)
Hi.
I am trying to use an analysis feature in a sketcher relation. The feature name is "ANALYSIS_FEATURE_1", and it is the length of a line feature that precedes a sphere feature. The length of the line is to act as the radius for the sphere being sketched:
sd0=length:FID_ANALYSIS_LENGTH_1
but I get the error, "errorInvalid symbol 'length:FID_ANALYSIS_LENGTH_1' found."
What the heck am I doing wrong?
Thanks for any answers!
I am trying to use an analysis feature in a sketcher relation. The feature name is "ANALYSIS_FEATURE_1", and it is the length of a line feature that precedes a sphere feature. The length of the line is to act as the radius for the sphere being sketched:
sd0=length:FID_ANALYSIS_LENGTH_1
but I get the error, "errorInvalid symbol 'length:FID_ANALYSIS_LENGTH_1' found."
What the heck am I doing wrong?
Thanks for any answers!





RE: Using an analysis feature in sketcher relation
radius = length:FID_ANALYSIS_LENGTH_1
Then in sketcher, I accessed radius:
sd0 = radius
RE: Using an analysis feature in sketcher relation
RE: Using an analysis feature in sketcher relation