Tuesday, August 14, 2012

note e{1:x}ample

note e{1:x}ample

Changing the Length of a Part in an Assembly

LENGTH:20=DISTANCE:FID_ANALYSIS_FEATURE_NAME

Modify the drawing BOM report by using relation

a. Write the relation in BOM relations,

/* Replace Assembly Member Name

IF asm_mbr_name == "model name"

name = "to model name"

ELSE

name = asm_mbr_name

ENDIF

/*Replace Assembly Member File_Title

IF asm_mbr_file_title == "Description"

file_title = "To Description"

ELSE

file_title = asm_mbr_file_title

ENDIF


B. In BOM table,

Replace, asm_mbr_name with rpt_rel_user defined parameter.

Replace, asm_mbr_file_title with rpt_rel_user defined parameter.


C. Update BOM tables.

3d Cross sectional views in drawing

a. Go to View manager.
b. Click X-sec
c. Use zone option,




d. Use AND, OR option to show the 3D section.




Drawing with Multimodel

Every model has id in drawing.

Example -

Model1 - id 134
Model2 - id 143

To show the model name in the same drawing,

Use - &model_name:id

Example,

For, Model1 - &model_name:134
For, Model2 - &model_name:143

Superscript & Subscript text in drawing.

a. Notaion for superscript - '@+text@#'

b. Notation for subscript - '@-text@#'

Edit the dimensions

a. Replace the @D with @S.
b. Write the require text in the Note.

BOM Table Split up


Step 1 - Split the BOM
a. Select the BOM table.. 
b. Slect Table - Paginate - Set Extent  
c. Pick inside the last row you want in the first row of the split table.
Step 2 - Locate the second segment on first sheet
a. Pick Add Segment  
b. Pick a point on the drawing somewhere to the left of the remaining BOM to locate the split table.

Step 3 - Remove empty rows (if any) in second segment
a. Pick Set Extent. 
b. Pick inside the last non-empty row in the split table.