Class IfcCsgPrimitive3D
Inheritance
System.Object
IfcCsgPrimitive3D
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcCsgPrimitive3D>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.GeometricModelResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcCsgPrimitive3D", 714)]
public abstract class IfcCsgPrimitive3D : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcCsgPrimitive3D, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IfcCsgSelect, IIfcCsgSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCsgPrimitive3D>
Properties
| Improve this Doc View SourceDim
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcDimensionCount Dim { get; }
Property Value
Type | Description |
---|---|
IfcDimensionCount |
Position
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcAxis2Placement3D Position { get; set; }
Property Value
Type | Description |
---|---|
IfcAxis2Placement3D |
Methods
| Improve this Doc View SourceEquals(IfcCsgPrimitive3D)
Declaration
public bool Equals(IfcCsgPrimitive3D other)
Parameters
Type | Name | Description |
---|---|---|
IfcCsgPrimitive3D | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIIfcCsgPrimitive3D.Position
Declaration
IIfcAxis2Placement3D IIfcCsgPrimitive3D.Position { get; set; }
Returns
Type | Description |
---|---|
IIfcAxis2Placement3D |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>