リサイズはクリックかドラッグ

NumericTextConverterAngleDegreeToText メソッド

角度の値を指定した表記(度分秒など)の文字列に変換します。

名前空間:  RootPro.RootProCAD.Geometry
アセンブリ:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文
public abstract string AngleDegreeToText(
	double angleDegreeValue,
	AngleUnitFormatType formatType,
	int precision,
	string dText,
	bool visibleZero,
	bool aboveZeroVisible,
	bool angleDMZeroVisible,
	bool angleMSZeroVisible,
	bool angleMS2Width
)

パラメーター

angleDegreeValue
型: SystemDouble
角度値 (Degree)
formatType
型: RootPro.RootProCADAngleUnitFormatType
表記タイプ AngleUnitFormatType
precision
型: SystemInt32
角度表記精度 0...8, 度分秒では 0...6[0:度、1:度分、2:度分秒、3:度分秒.0、4:度分秒.00、、、
dText
型: SystemString
度記号文字 (空の場合は:"°")
visibleZero
型: SystemBoolean
「小数点以下の右から続くゼロを表示」フラグ
aboveZeroVisible
型: SystemBoolean
「小数点前のゼロを表示」フラグ
angleDMZeroVisible
型: SystemBoolean
「ゼロの度または度分を表示」フラグ
angleMSZeroVisible
型: SystemBoolean
「ゼロの分秒または秒を表示」フラグ
angleMS2Width
型: SystemBoolean
「分と秒の幅を2にする」フラグ false : 幅1 true: 幅2 ex.1->01, 0->00

戻り値

型: String
指定した表記の文字列 (エラーの場合は空)。
関連項目