Hello @AM_9243347
Creation of a section in Drawing environment as per steps documented in above Help Center will actually produce a 3D section, and will be therefore created in the 3D Model (visible in 3D Model's Model Tree):
- This is documented in Help Center URL mentioning as a note "You can only display existing 3D cross sections in drawings. You cannot create a new 3D cross section in a drawing."
- This is expected and cannot be avoided for the following reason:
- The section, even though created in drawing environment, takes reference in the 3D Model (the plane or surfacae) => Visible in >Information >Reference Viewer
- The parametric link to 3D Geometry is therefiore required to guarantee expected update if geomtry changes later in the 3D Model (as a general rule, without speaking about "released" state)
That said, even though this is technically possible to produce a section draft view (in drawing) completely decorrelated from the drawing model (illustrated in move attached, as an answer to your question), this is nevertheless not recommended from a functional standpoint.
To answer first your question from a technical standpoint, I registered a little movie to show you how this can be achieved (if you want to definitely keep your current methodology).
Consider however that from a functional standpoint, the "cross section use case described here" is only the visible part of a much bigger iceberg behind the scene. When building drawings, you need very often to modify the part or assembly used as "Drawing Model" (need of a new simp rep? Need to change & save Layer Display at 3D Mode level? Need of a new datum? Need to "freeze" a componant failing plaement due to placement reference lost? etc ...). Also, please observe that when just creating simple dimensions in the drawing (not "showing", but "creating") will ALSO modify (per default) the drawing model. For this, a solution exists to avoid it by using create_drawing_dims_only to yes in config.pro (value no being the defualt setting, because usage of "yes" generates many limitations afterwards ... long to develop here).
So, due to above considerations, the question now is: How can I STOP TO ALLOW modifications in Drawing Models for my 3D Designers, but STILL ALLOW to do minor changes (required when building drawings) for my Drawing Creators?
=> For this, you may consider an additonal LifeCycle state, you may call "pre-released" (just before "Released")
=> And then configure ACLs for this intermediate LC State specific to CAD Document Type to:
- Grant read access ONLY for 3D Designers
- But grant Read AND Modify access for the Drawing Creators
Not sure if above approach will allow you driving everything from PLM perspective (maybe, you really need the Drawing Models being "Released" - without intermediate LifeCycle state - before building your drawings). If so, I have no other approach than the one shown in atached movie (for the sections), but with limitations from an higher pespective (for the other use cases previously considered in this post).
Regards,
Serge