API Documentation > Classes > Class pfcPart
Class pfcPart

package com.ptc.pfc.pfcPart;

public class
pfcPart


Description
Contains global CIP definitions for module "pfcPart"
Method Summary
MaterialProperty_Create (double Value, /*optional*/ String Units)
Returns a new instance of a material property object.
Method Detail
MaterialProperty_Create
MaterialProperty_Create
(double Value, /*optional*/ String Units)
Returns a new instance of a material property object.
If the property doesn't exist on the material, this method creates it.
See Also:
Manual References:
Parameters:
Value
The value of the property.
Units
The units to use for the property, or null.
Returns:
Was this helpful?