マッチング後のマスタ点群の重心x座標

Namespace: FVIL.CG
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public virtual double Xc { get; set; }
Visual Basic
Public Overridable Property Xc As Double
	Get
	Set

Return Value

Type: Double

マッチング後のマスタ点群の重心x座標 を取得します。
設定も可能ですが、実行時に上書きされます。

See Also