API Reference > ui-components > TypeConverters > Point3dTypeConverter Point3dTypeConverter Class Point3d type converter. Extends BasePointTypeConverter Implements SortComparer OperatorProcessor Methods Name Description constructPoint(values: Primitives.Point): ConvertedPrimitives.Point3d | undefined Protected getVectorLength(point: Primitives.Point): number | undefined Protected Inherited methods Name Inherited from Description convertFromString(value: string): undefined | ConvertedPrimitives.Point2d | ConvertedPrimitives.Point3d BasePointTypeConverter convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> TypeConverter convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> TypeConverter convertToString(value?: Primitives.Point): string BasePointTypeConverter isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotNull(value: Primitives.Value): boolean TypeConverter isNull(value: Primitives.Value): boolean TypeConverter sortCompare(a: Primitives.Point, b: Primitives.Point, _ignoreCase?: false | true): number BasePointTypeConverter Inherited properties Name Type Inherited from Description isBooleanType Accessor ReadOnly boolean TypeConverter isLessGreaterType Accessor ReadOnly boolean TypeConverter isNullableType Accessor ReadOnly boolean TypeConverter isStringType Accessor ReadOnly boolean TypeConverter Defined in ui/components/src/ui-components/converters/PointTypeConverter.ts Line 95 Last Updated: 13 June, 2024