User's Guide > The Basics of Web.Link > Simplified Representations > Activating Simplified Representations
Activating Simplified Representations
 
Functions Introduced:
The function pfcScript.pwlSimprepActivate() activates the specified simplified representation. The syntax is as follows:
pwlSimprepActivate (
string MdlNameExt, // The full name of the model
string SimprepName // The name of the simplified
// representation
);
To activate the master simplified representation, call the function pfcScript.pwlSimprepMasterActivate(). The syntax is as follows:
pwlSimprepMasterActivate (
string MdlNameExt // The full name of the model
);
The function pfcScript.pwlGeomSimprepActivate() activates the geometry simplified representation of the specified model. The syntax is as follows:
pwlGeomSimprepActivate (
string MdlNameExt // The full name of the model
);
The pfcScript.pwlGraphicsSimprepActivate() function activates the graphics simplified representation of the specified model. The syntax is as follows:
pwlGraphicsSimprepActivate (
string MdlNameExt // The full name of the model
);
Was this helpful?