2008-03-28 11:53 PM - last edited on 2023-05-24 12:01 PM by Rubia Torres
2008-03-29 12:23 AM
2008-03-29 05:45 AM
2008-03-30 04:16 AM
2008-03-31 05:46 AM
2008-03-31 06:53 AM
2008-03-31 12:25 PM
GLOB_CH_STORY_DISTI used this global parameter in only one element - the ventilation hole. This helped me to make different 2D drawing on different stories. See screenshot.
Old name: S~
Type: numerical (integer value)
Possible range: positive or negative or zero.
Returns a number giving the relative position of the current story to the home story of the Library Part. The value of the variable is calculated by deducting the story number of the home story from the story number of the current story. Since there is no story-related information in the 3D Window, there the variable does not return a valid value.
IF GLOB_CH_STORY_DIST < 0 OR GLOB_CH_STORY_DIST > nShowStory THEN END IF GLOB_CH_STORY_DIST = 0 THEN !!!A description of part symbol, which is present only in the home story of element. ENDIF !!!A description of part symbol, which is present in all authorized stories. ENDnShowStory - integer value. It specify the number of stories on which element will be shown.