API Documentation > Interfaces > Interface BendSurfaceInfo
Interface BendSurfaceInfo

package com.ptc.wfc.wfcSMTPart;

public interface
BendSurfaceInfo
extends
jxobject


Description
Provides information about a sheet metal bend surface.
User Guide References:
Method Summary
double
Get method for attribute "Angle"
Bend angle in degrees.
double
Get method for attribute "DevelopedLength"
Developed length of surface.
Get method for attribute "DevelopedLengthInfo"
Development length calculation information.
boolean
Get method for attribute "IsInsideRadius"
If true, the radius is inside. If false, the radius is outside.
double
Get method for attribute "Radius"
Bend radius.
Method Detail
GetRadius
double
GetRadius
()
Bend radius.
GetIsInsideRadius
boolean
GetIsInsideRadius
()
If true, the radius is inside. If false, the radius is outside.
GetAngle
double
GetAngle
()
Bend angle in degrees.
GetDevelopedLength
double
GetDevelopedLength
()
Developed length of surface.
GetDevelopedLengthInfo
GetDevelopedLengthInfo
()
Development length calculation information.
Was this helpful?