Rect3D.Location 속성

정의

Point3D의 원점을 나타내는 Rect3D를 가져오거나 설정합니다.

public:
 property System::Windows::Media::Media3D::Point3D Location { System::Windows::Media::Media3D::Point3D get(); void set(System::Windows::Media::Media3D::Point3D value); };
public System.Windows.Media.Media3D.Point3D Location { get; set; }
member this.Location : System.Windows.Media.Media3D.Point3D with get, set
Public Property Location As Point3D

속성 값

Point3D

Point3D의 원점(일반적으로 뒷면 왼쪽 아래 모서리)을 나타내는 Rect3D입니다. 기본값은 (0,0,0)입니다.

설명

3차원 좌표계에서 양수 Y축은 카메라의 UpDirection 속성이 양수라고 가정하여 위쪽을 가리킵니다. 따라서 이 속성은 일반적으로 장면에서 왼쪽 아래 모서리를 Rect3D 나타냅니다.

Rect3D 는 일반적으로 a MeshGeometry3D 또는 Model3D.의 경계를 나타내는 데 사용됩니다.

Size3DRect3D 이러한 형식을 사용하는 WPF 3D 개체 모델에는 설정 가능한 속성이 없으므로 일반적으로 XAML에서 사용되지 않습니다.

적용 대상