KitchenDraw SDK 2
Show / Hide Table of Contents

Struct Scene.Point

Represents a 3D point defined in the scene coordinate space.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public struct Scene.Point

Constructors

Name Description
Point(double, double, double)

Constructs a Point instance with given x, y, z values.

Properties

Name Description
X
Y
Z

Methods

Name Description
ToString()

Returns a string that represents the current object.

Operators

Name Description
implicit operator Point(ImmutablePoint)
implicit operator ImmutablePoint(Point)
In this article
Back to top Generated by DocFX