KitchenDraw SDK 2
Show / Hide Table of Contents

Struct Scene.ImmutablePoint

Represents a 3D point defined in the scene coordinate space. Once created, this point can't be edited.

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.ImmutablePoint

Constructors

Name Description
ImmutablePoint(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.

In this article
Back to top Generated by DocFX