API Documentation > Classes > Class wfcSMTPart
Class wfcSMTPart

package com.ptc.wfc.wfcSMTPart;

public class
wfcSMTPart


Description
Contains global CIP definitions for module "wfcSMTPart"
User Guide References:
Method Summary
BendSurfaceInfo_Create (double Radius, boolean IsInsideRadius, double Angle, double DevelopedLength, DevelopedLengthCalcInfo DevelopedLengthInfo)
Creates the BendSurfaceInfo object.
DevelopedLengthCalcInfo_Create (DevelopedLengthMethod Method, Model RuleModel, double YFactorValue, String BendTableName, String Formula, double Allowance, Dimension Dimension, boolean DrivenByPartSettings)
Creates the DevelopedLengthCalcInfo object.
Method Detail
DevelopedLengthCalcInfo_Create
DevelopedLengthCalcInfo_Create
(DevelopedLengthMethod Method, Model RuleModel, double YFactorValue, String BendTableName, String Formula, double Allowance, Dimension Dimension, boolean DrivenByPartSettings)
Creates the DevelopedLengthCalcInfo object.
Parameters:
Method
The calculation method.
RuleModel
YFactorValue
The Y-factor value.
BendTableName
Formula
The formula string.
Allowance
The allowance value.
Dimension
The dimension.
DrivenByPartSettings
Whether driven by part settings.
Returns:
BendSurfaceInfo_Create
BendSurfaceInfo_Create
(double Radius, boolean IsInsideRadius, double Angle, double DevelopedLength, DevelopedLengthCalcInfo DevelopedLengthInfo)
Creates the BendSurfaceInfo object.
Parameters:
Radius
The bend radius.
IsInsideRadius
Whether radius is inside.
Angle
The bend angle.
DevelopedLength
The developed length.
DevelopedLengthInfo
The developed length calculation info.
Returns:
Was this helpful?