Library | Package Java Toolkit

Class pfcPart

package com.ptc.pfc.pfcPart;

public class pfcPart



Description

Contains global CIP definitions for module "pfcPart"



Method Summary
static MaterialPropertyMaterialProperty_Create (double Value, /*optional*/ String Units)
    Returns a new instance of a material property object.

Method Detail

MaterialProperty_Create

static MaterialPropertyMaterialProperty_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:
Material.SetPropertyValue(MaterialPropertyType, MaterialProperty)
Manual References:
Solid: Accessing Material Properties, Solid: Accessing Material Properties
Parameters:
Value
The value of the property.
Units
The units to use for the property, or null.
Returns: